MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / pointerType

Method pointerType

src/ui/message.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 5

onProcessMessageMethod · 0.45
onProcessMessageMethod · 0.45
offerCaptureMethod · 0.45
onProcessMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected