Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ pullClickEvents
Method
pullClickEvents
source/windowing/StarCanvasWidget.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
List<CanvasWidget::ClickEvent> CanvasWidget::pullClickEvents() {
90
return take(m_clickEvents);
91
}
92
93
List<CanvasWidget::KeyEvent> CanvasWidget::pullKeyEvents() {
94
return take(m_keyEvents);
Callers
1
tick
Method · 0.80
Calls
1
take
Function · 0.85
Tested by
no test coverage detected