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

Function ScreenPositionWindowUpClick

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

Source from the content-addressed store, hash-verified

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); }
3343
3344static void ScreenPositionWindow()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected