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

Function ScreenPositionWindowLeftClick

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

Source from the content-addressed store, hash-verified

3002}
3003
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); }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected