Changeset 19579 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- May 11, 2009 12:56:58 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r19239 r19579 2578 2578 enmHKeyState = HKEYSTATE_NOT_IT; 2579 2579 ProcessKey(&EvHKeyDown1.key); 2580 /* ugly hack: small delay to ensure that the key event is 2581 * actually handled _prior_ to the mouse click event */ 2582 RTThreadSleep(20); 2580 2583 break; 2581 2584 case HKEYSTATE_DOWN: … … 2584 2587 if (gHostKeySym2 != SDLK_UNKNOWN) 2585 2588 ProcessKey(&EvHKeyDown2.key); 2589 /* ugly hack: small delay to ensure that the key event is 2590 * actually handled _prior_ to the mouse click event */ 2591 RTThreadSleep(20); 2586 2592 break; 2587 2593 default:
Note:
See TracChangeset
for help on using the changeset viewer.