MCPcopy Create free account
hub / github.com/dborth/fceugx / ControllerWindowLeftClick

Function ControllerWindowLeftClick

source/menu.cpp:1251–1251  ·  view source on GitHub ↗

* ControllerWindowLeftClick / ControllerWindowRightsClick * * Callbacks for controller window arrows. Responds arrow clicks. ***************************************************************************/

Source from the content-addressed store, hash-verified

1249 * Callbacks for controller window arrows. Responds arrow clicks.
1250 ***************************************************************************/
1251static void ControllerWindowLeftClick(void * ptr) { ControllerWindowUpdate(ptr, -1); }
1252static void ControllerWindowRightClick(void * ptr) { ControllerWindowUpdate(ptr, +1); }
1253
1254/****************************************************************************

Callers

nothing calls this directly

Calls 1

ControllerWindowUpdateFunction · 0.85

Tested by

no test coverage detected