MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / ldY

Method ldY

engine/src/input.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62long Mouse::ldX() { return (lX_state[input_state] - lX_state[input_state ^ 1]); }
63
64long Mouse::ldY() { return (lY_state[input_state] - lY_state[input_state ^ 1]); }
65
66bool Mouse::buttonPressed()
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected