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

Function ScreenPositionWindowDownClick

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected