MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / dragActive

Method dragActive

source/windowing/StarPane.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212bool Pane::dragActive() const {
213 return m_dragActive;
214}
215
216Vec2I Pane::dragMouseOrigin() const {
217 return m_dragMouseOrigin;

Callers 1

sendInputEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected