MCPcopy 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
93List<CanvasWidget::KeyEvent> CanvasWidget::pullKeyEvents() {
94 return take(m_keyEvents);
95}
96
97bool CanvasWidget::sendEvent(InputEvent const& event) {
98 if (!m_visible)

Callers 1

tickMethod · 0.80

Calls 1

takeFunction · 0.85

Tested by

no test coverage detected