Searched refs:FWL_EVENTFLAG_AltKey (Results 1 – 3 of 3) sorted by relevance
30 FWL_EVENTFLAG_AltKey = 1 << 2, enumerator
116 return (nFlag & FWL_EVENTFLAG_AltKey) != 0; in FFI_IsALTKeyDown()
1132 if (dwFlag & FWL_EVENTFLAG_AltKey) in GetFWLFlags()