Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ mousePosition
Method
mousePosition
source/game/StarInput.cpp:643–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
Vec2F Input::mousePosition() const {
644
return m_mousePosition;
645
}
646
647
void Input::resetBinds(String const& categoryId, String const& bindId) {
648
auto& entry = bindEntry(categoryId, bindId);
Callers
7
sendEvent
Method · 0.45
sendEvent
Method · 0.45
sendEvent
Method · 0.45
sendEvent
Method · 0.45
sendEvent
Method · 0.45
sendEvent
Method · 0.45
sendEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected