- Timestamp:
- Jan 31, 2007 12:08:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp
r1 r456 85 85 STDMETHODIMP Keyboard::PutScancode(LONG scancode) 86 86 { 87 if (!mpDrv) 88 return S_OK; 89 87 90 int rcVBox = mpDrv->pUpPort->pfnPutEvent(mpDrv->pUpPort, (uint8_t)scancode); 88 89 91 if (VBOX_FAILURE (rcVBox)) 90 92 return E_FAIL; … … 109 111 if (!scancodes) 110 112 return E_INVALIDARG; 113 if (!mpDrv) 114 return S_OK; 111 115 112 116 LONG *currentScancode = scancodes;
Note:
See TracChangeset
for help on using the changeset viewer.