Browse Source

Fix HAS_KBCTRL build

pull/5446/head
Gleb Mazovetskiy 3 years ago committed by Anders Jenbo
parent
commit
88289bb02e
  1. 2
      Source/controls/controller_motion.cpp

2
Source/controls/controller_motion.cpp

@ -152,7 +152,7 @@ bool ProcessControllerMotion(const SDL_Event &event, ControllerButtonEvent ctrlE
}
#if HAS_KBCTRL == 1
if (ProcessKbCtrlAxisMotion(event)) {
SetSimulatingMouseWithDpad(false);
SetSimulatingMouseWithPadmapper(false);
return true;
}
#endif

Loading…
Cancel
Save