| 119 | } |
| 120 | |
| 121 | PointerType pointerType() const { return m_pointerType; } |
| 122 | MouseButtons buttons() const { return m_buttons; } |
| 123 | bool left() const { return (m_buttons & kButtonLeft) == kButtonLeft; } |
| 124 | bool right() const { return (m_buttons & kButtonRight) == kButtonRight; } |
no outgoing calls
no test coverage detected