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

Function ScreenPositionWindowUpClick

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

Source from the content-addressed store, hash-verified

3004static void ScreenPositionWindowLeftClick(void * ptr) { ScreenPositionWindowUpdate(ptr, -1, 0); }
3005static void ScreenPositionWindowRightClick(void * ptr) { ScreenPositionWindowUpdate(ptr, +1, 0); }
3006static void ScreenPositionWindowUpClick(void * ptr) { ScreenPositionWindowUpdate(ptr, 0, -1); }
3007static void ScreenPositionWindowDownClick(void * ptr) { ScreenPositionWindowUpdate(ptr, 0, +1); }
3008
3009static void ScreenPositionWindow()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected