MCPcopy 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
212int VoodooInputGetProductId() {
213 if (version_major >= kVoodooInputVersionMonterey) {
214 return kVoodooInputProductMacbookAir10_1;
215 }
216
217 return kVoodooInputProductMacbook8_1;
218}

Callers 2

newProductIDNumberMethod · 0.85
newProductIDNumberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected