MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / mousePosition

Method mousePosition

source/windowing/StarCanvasWidget.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85Vec2I CanvasWidget::mousePosition() const {
86 return m_mousePosition;
87}
88
89List<CanvasWidget::ClickEvent> CanvasWidget::pullClickEvents() {
90 return take(m_clickEvents);

Callers 1

sendEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected