MCPcopy 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
643Vec2F Input::mousePosition() const {
644 return m_mousePosition;
645}
646
647void Input::resetBinds(String const& categoryId, String const& bindId) {
648 auto& entry = bindEntry(categoryId, bindId);

Callers 7

sendEventMethod · 0.45
sendEventMethod · 0.45
sendEventMethod · 0.45
sendEventMethod · 0.45
sendEventMethod · 0.45
sendEventMethod · 0.45
sendEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected