Home | History | Annotate | Download | only in page

Lines Matching defs:altKey

111     bool shiftKey, ctrlKey, altKey, metaKey;
112 shiftKey = ctrlKey = altKey = metaKey = false;
116 altKey = static_cast<bool>(keyState & PlatformEvent::AltKey);
120 LeftButton, PlatformEvent::MouseMoved, 0, shiftKey, ctrlKey, altKey,