Searched refs:FWL_EVENTFLAG_AltKey (Results 1 – 3 of 3) sorted by relevance
32 FWL_EVENTFLAG_AltKey = 1 << 2, enumerator
57 return !!(nFlag & FWL_EVENTFLAG_AltKey); in IsALTKeyDown()
371 if (dwFlag & FWL_EVENTFLAG_AltKey) in GetFWLFlags()