Searched refs:aScancode (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DKeyboardImpl.h71 HRESULT putScancode(LONG aScancode);
/vbox/src/VBox/Main/src-client/
H A DKeyboardImpl.cpp155 * @param aScancode The scancode to send
157 HRESULT Keyboard::putScancode(LONG aScancode) argument
161 scancodes[0] = aScancode;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h11848 #define IKeyboard_PutScancode(p, aScancode) ((p)->lpVtbl->PutScancode(p, aScancode))

Completed in 204 milliseconds