Changeset 452 for trunk/src/gui/kernel/qapplication_pm.cpp
- Timestamp:
- Jan 20, 2010, 1:21:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r448 r452 2054 2054 if (WinGetKeyState(HWND_DESKTOP, VK_SHIFT ) & 0x8000) 2055 2055 state |= Qt::ShiftModifier; 2056 if ( WinGetKeyState(HWND_DESKTOP, VK_ALT) & 0x8000||2056 if ( || 2057 2057 (qt_keymapper_private()->extraKeyState & Qt::AltModifier)) 2058 2058 state |= Qt::AltModifier;
Note:
See TracChangeset
for help on using the changeset viewer.