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

Method ldX

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

Source from the content-addressed store, hash-verified

60}
61
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected