Searched refs:uKeyFlags (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dradiobox.cpp857 USHORT uKeyFlags = SHORT1FROMMP((MPARAM)wParam); local
859 if (!(uKeyFlags & KC_KEYUP)) // Key Down event
861 if (uKeyFlags & KC_VIRTUALKEY)
H A Dwindow.cpp1923 USHORT uKeyFlags = SHORT1FROMMP(pQMsg->mp1); local
1925 if (uKeyFlags & KC_KEYUP)
1928 if (uKeyFlags & KC_ALT)
1931 if (!(uKeyFlags & KC_VIRTUALKEY))
2492 USHORT uKeyFlags = SHORT1FROMMP((MPARAM)wParam); local
2494 if (uKeyFlags & KC_KEYUP)
2509 if (uKeyFlags & KC_VIRTUALKEY)

Completed in 89 milliseconds