| 62 | long Mouse::ldX() { return (lX_state[input_state] - lX_state[input_state ^ 1]); } |
| 63 | |
| 64 | long Mouse::ldY() { return (lY_state[input_state] - lY_state[input_state ^ 1]); } |
| 65 | |
| 66 | bool Mouse::buttonPressed() |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected