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

Function ScreenPositionWindowLeftClick

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

Source from the content-addressed store, hash-verified

3337}
3338
3339static void ScreenPositionWindowLeftClick(void * ptr) { ScreenPositionWindowUpdate(ptr, -1, 0); }
3340static void ScreenPositionWindowRightClick(void * ptr) { ScreenPositionWindowUpdate(ptr, +1, 0); }
3341static void ScreenPositionWindowUpClick(void * ptr) { ScreenPositionWindowUpdate(ptr, 0, -1); }
3342static void ScreenPositionWindowDownClick(void * ptr) { ScreenPositionWindowUpdate(ptr, 0, +1); }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected