Browse Source

Add another UWP comment for clarity

pull/821/head
Reece Mackie 6 years ago
parent
commit
3244ec2a1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c View File

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

Loading…
Cancel
Save