浏览代码

Add another UWP comment for clarity

pull/821/head
Reece Mackie 6 年前
父节点
当前提交
3244ec2a1d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c 查看文件

@ -3110,7 +3110,7 @@ static GamepadButton GetGamepadButton(int button)
#endif #endif
#if defined(PLATFORM_UWP) #if defined(PLATFORM_UWP)
b = button;
b = button; // UWP will provide the correct button
#endif #endif
#if defined(PLATFORM_WEB) #if defined(PLATFORM_WEB)

正在加载...
取消
保存