Searched refs:m_ctrlKey (Results 1 – 6 of 6) sorted by relevance
33 bool ctrlKey() const { return m_ctrlKey; } in ctrlKey()40 : m_ctrlKey(false) in UIEventWithKeyState()50 , m_ctrlKey(ctrlKey) in UIEventWithKeyState()58 bool m_ctrlKey : 1; variable
75 m_ctrlKey = ctrlKey; in initTouchEvent()
148 m_ctrlKey = ctrlKey; in initMouseEvent()222 m_ctrlKey = keyStateEvent->ctrlKey(); in SimulatedMouseEvent()
83 m_ctrlKey = ctrlKey; in initGestureEvent()
92 m_ctrlKey = ctrlKey; in initWheelEvent()
156 m_ctrlKey = ctrlKey; in initKeyboardEvent()