Searched refs:FWL_EVENTFLAG_AltKey (Results 1 – 4 of 4) sorted by relevance
21 FWL_EVENTFLAG_AltKey = 1 << 2, enumerator
49 modifiers |= FWL_EVENTFLAG_AltKey; in GetModifiers()
663 if (dwFlag & FWL_EVENTFLAG_AltKey) in GetFWLFlags()
115 return !!(nFlag & FWL_EVENTFLAG_AltKey); in IsALTKeyDown()