Reviewed UWP project #1681
This commit is contained in:
parent
8f3e91ae83
commit
b8c3b8277c
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ void App::GameLoop()
|
|||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
posX += GetGamepadAxisMovement(GAMEPAD_PLAYER1, GAMEPAD_AXIS_LEFT_X) * 5;
|
||||
posY += GetGamepadAxisMovement(GAMEPAD_PLAYER1, GAMEPAD_AXIS_LEFT_Y) * -5;
|
||||
posX += GetGamepadAxisMovement(0, GAMEPAD_AXIS_LEFT_X) * 5;
|
||||
posY += GetGamepadAxisMovement(0, GAMEPAD_AXIS_LEFT_Y) * -5;
|
||||
|
||||
auto mPos = GetMousePosition();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue