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

Function ScreenPositionWindowDownClick

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

Source from the content-addressed store, hash-verified

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()
3345{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected