MCPcopy Create free account
hub / github.com/diasurgical/devilution / ProcessKbCtrlAxisMotion

Function ProcessKbCtrlAxisMotion

SourceX/controls/devices/kbcontroller.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool ProcessKbCtrlAxisMotion(const SDL_Event &event)
168{
169 // Mapping keyboard to right stick axis not implemented.
170 return false;
171}
172
173} // namespace dvl
174#endif

Callers 1

ProcessControllerMotionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected