Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
Vec2I CanvasWidget::mousePosition() const {
86
return m_mousePosition;
87
}
88
89
List<CanvasWidget::ClickEvent> CanvasWidget::pullClickEvents() {
90
return take(m_clickEvents);
Callers
1
sendEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected