Browse Source

Update rcore_ios.c

pull/3880/head
blueloveTH 9 months ago
parent
commit
3a9649d397
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/platforms/rcore_ios.c

+ 6
- 0
src/platforms/rcore_ios.c View File

@ -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)
{

Loading…
Cancel
Save