Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ ddio_MouseInit
Function
ddio_MouseInit
ddio/lnxmouse.cpp:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
// Initialization Functions
121
122
bool ddio_MouseInit(void) {
123
DDIO_mouse_init = true;
124
ddio_MouseReset();
125
return true;
126
}
127
128
int ddio_MouseGetCaps(int *buttons, int *axes) {
129
*buttons = 6;
Callers
1
ddio_Init
Function · 0.85
Calls
1
ddio_MouseReset
Function · 0.85
Tested by
no test coverage detected