MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_MouseGetCaps

Function ddio_MouseGetCaps

ddio/lnxmouse.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int ddio_MouseGetCaps(int *buttons, int *axes) {
129 *buttons = 6;
130 *axes = 2;
131 return MOUSE_LB | MOUSE_CB | MOUSE_RB;
132}
133
134void ddio_MouseClose() { DDIO_mouse_init = false; }
135

Callers 2

enum_controllersMethod · 0.85
enum_controllersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected