Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ pullKeyEvents
Method
pullKeyEvents
source/windowing/StarCanvasWidget.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
List<CanvasWidget::KeyEvent> CanvasWidget::pullKeyEvents() {
94
return take(m_keyEvents);
95
}
96
97
bool CanvasWidget::sendEvent(InputEvent const& event) {
98
if (!m_visible)
Callers
1
tick
Method · 0.80
Calls
1
take
Function · 0.85
Tested by
no test coverage detected