Changeset 63864 in vbox
- Timestamp:
- Sep 16, 2016 12:42:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r63601 r63864 1917 1917 switch (::GetEventClass(event)) 1918 1918 { 1919 // Keep in mind that this stuff should not be enabled while we are still using 1920 // own native keyboard filter installed through cocoa API, to be reworked. 1921 // S.a. registerForNativeEvents call in UIKeyboardHandler implementation. 1922 #if 0 1919 1923 /* Watch for keyboard-events: */ 1920 1924 case kEventClassKeyboard: … … 1936 1940 break; 1937 1941 } 1942 #endif 1938 1943 /* Watch for mouse-events: */ 1939 1944 case kEventClassMouse:
Note:
See TracChangeset
for help on using the changeset viewer.