Преглед на файлове

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

Зареждане…
Отказ
Запис