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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1618 IOHIDElementRef pElementRef = IOHIDValueGetElement(pValueRef); local
1619 AssertReturnVoid(pElementRef);
1621 uint32_t usage = IOHIDElementGetUsage(pElementRef);
1623 if (IOHIDElementGetUsagePage(pElementRef) == kHIDPage_KeyboardOrKeypad) /* Keyboard or keypad event */

Completed in 50 milliseconds