Searched defs:nativeEvent (Results 1 – 2 of 2) sorted by relevance
55 NSEvent* nativeEvent() const { return m_nativeEvent.get(); } in nativeEvent() function57 const MSG* nativeEvent() const { return &m_nativeEvent; } in nativeEvent() function59 const QGraphicsSceneMouseEvent* nativeEvent() const { return m_nativeEvent; } in nativeEvent() function61 GdkEvent* nativeEvent() const { return m_nativeEvent; } in nativeEvent() function
59 NSEvent *nativeEvent() const { return m_nativeEvent.get(); } in nativeEvent() function61 const MSG* nativeEvent() const { return &m_nativeEvent; } in nativeEvent() function63 const QKeyEvent* nativeEvent() const { return &m_nativeEvent; } in nativeEvent() function65 const GdkEvent* nativeEvent() const { return m_nativeEvent.get(); } in nativeEvent() function