MCPcopy 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
89List<CanvasWidget::ClickEvent> CanvasWidget::pullClickEvents() {
90 return take(m_clickEvents);
91}
92
93List<CanvasWidget::KeyEvent> CanvasWidget::pullKeyEvents() {
94 return take(m_keyEvents);

Callers 1

tickMethod · 0.80

Calls 1

takeFunction · 0.85

Tested by

no test coverage detected