Changeset 1318 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 8, 2007 3:52:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp
r1285 r1318 477 477 bool QIHotKeyEdit::darwinKeyboardEvent( EventRef inEvent ) 478 478 { 479 /* ignore key changes unless we're the focus widget */ 480 if (!hasFocus()) 481 return false; 482 479 483 UInt32 eventKind = ::GetEventKind( inEvent ); 480 484 switch ( eventKind ) {
Note:
See TracChangeset
for help on using the changeset viewer.