瀏覽代碼

Update rcore_ios.c

pull/3880/head
blueloveTH 1 年之前
父節點
當前提交
3a9649d397
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      src/platforms/rcore_ios.c

+ 6
- 0
src/platforms/rcore_ios.c 查看文件

@ -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…
取消
儲存