Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acidanthera/VoodooInput
/ VoodooInputGetProductId
Function
VoodooInputGetProductId
VoodooInput/VoodooInput.cpp:212–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
int VoodooInputGetProductId() {
213
if (version_major >= kVoodooInputVersionMonterey) {
214
return kVoodooInputProductMacbookAir10_1;
215
}
216
217
return kVoodooInputProductMacbook8_1;
218
}
Callers
2
newProductIDNumber
Method · 0.85
newProductIDNumber
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected