mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-15 22:36:01 +00:00
Reviewed UWP project #1681
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user