MCPcopy Create free account
hub / github.com/dborth/snes9xgx / ScreenPositionWindowDownClick

Function ScreenPositionWindowDownClick

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

Source from the content-addressed store, hash-verified

3416static void ScreenPositionWindowRightClick(void * ptr) { ScreenPositionWindowUpdate(ptr, +1, 0); }
3417static void ScreenPositionWindowUpClick(void * ptr) { ScreenPositionWindowUpdate(ptr, 0, -1); }
3418static void ScreenPositionWindowDownClick(void * ptr) { ScreenPositionWindowUpdate(ptr, 0, +1); }
3419
3420static void ScreenPositionWindow()
3421{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected