Searched defs:pValueRef (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1611 static void darwinHidInputCallback(void *pData, IOReturn unused, void *unused1, IOHIDValueRef pValueRef) argument
1616 AssertReturnVoid(pValueRef);
1618 IOHIDElementRef pElementRef = IOHIDValueGetElement(pValueRef);
1631 bool fKeyDown = (IOHIDValueGetIntegerValue(pValueRef) == 1);

Completed in 50 milliseconds