Reviewed UWP project #1681
This commit is contained in:
parent
8f3e91ae83
commit
b8c3b8277c
@ -194,8 +194,8 @@ void App::GameLoop()
|
|||||||
{
|
{
|
||||||
// Update
|
// Update
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
posX += GetGamepadAxisMovement(GAMEPAD_PLAYER1, GAMEPAD_AXIS_LEFT_X) * 5;
|
posX += GetGamepadAxisMovement(0, GAMEPAD_AXIS_LEFT_X) * 5;
|
||||||
posY += GetGamepadAxisMovement(GAMEPAD_PLAYER1, GAMEPAD_AXIS_LEFT_Y) * -5;
|
posY += GetGamepadAxisMovement(0, GAMEPAD_AXIS_LEFT_Y) * -5;
|
||||||
|
|
||||||
auto mPos = GetMousePosition();
|
auto mPos = GetMousePosition();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user