Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
bool Pane::dragActive() const {
213
return m_dragActive;
214
}
215
216
Vec2I Pane::dragMouseOrigin() const {
217
return m_dragMouseOrigin;
Callers
1
sendInputEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected