Changeset 34936 in vbox for trunk/src/VBox
- Timestamp:
- Dec 10, 2010 7:57:23 AM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r34568 r34936 837 837 LRESULT CALLBACK UIKeyboardHandler::lowLevelKeyboardProc(int nCode, WPARAM wParam, LPARAM lParam) 838 838 { 839 if (nCode == HC_ACTION && m_pKeyboardHandler ->winLowKeyboardEvent(wParam, *(KBDLLHOOKSTRUCT*)lParam))839 if (nCode == HC_ACTION && m_pKeyboardHandler && m_pKeyboardHandler->winLowKeyboardEvent(wParam, *(KBDLLHOOKSTRUCT*)lParam)) 840 840 return 1; 841 841 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r34823 r34936 343 343 , m_pActionsPool(pActionsPool) 344 344 , m_visualStateType(visualStateType) 345 , m_pKeyboardHandler(0) 345 346 , m_pMouseHandler(0) 346 347 , m_pRunningActions(0)
Note:
See TracChangeset
for help on using the changeset viewer.