Skip to content

Commit

Permalink
Update rcore_ios.c
Browse files Browse the repository at this point in the history
  • Loading branch information
blueloveTH committed Mar 24, 2024
1 parent c0ac347 commit 3a9649d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platforms/rcore_ios.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,12 @@ int SetGamepadMappings(const char *mappings)
return 0;
}

// Set gamepad vibration
void SetGamepadVibration(int gamepad, float leftMotor, float rightMotor)
{
TRACELOG(LOG_WARNING, "GamepadSetVibration() not implemented on target platform");
}

// Set mouse position XY
void SetMousePosition(int x, int y)
{
Expand Down

0 comments on commit 3a9649d

Please sign in to comment.