ソースを参照

REVIEWED: SetGamepadMappings()

return value for all platforms
pull/1557/head
raysan5 4年前
コミット
bc332018f6
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      src/core.c

+ 5
- 1
src/core.c ファイルの表示

@ -2985,9 +2985,13 @@ int GetGamepadButtonPressed(void)
// Set internal gamepad mappings
int SetGamepadMappings(const char *mappings)
{
int result = 0;
#if defined(PLATFORM_DESKTOP)
return glfwUpdateGamepadMappings(mappings);
n">result = glfwUpdateGamepadMappings(mappings);
#endif
return result;
}
// Detect if a mouse button has been pressed once

読み込み中…
キャンセル
保存