Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetMousePosition
Method
GetMousePosition
src/input.cpp:377–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
Point Input::GetMousePosition() {
378
return source->GetMousePosition();
379
}
380
381
void Input::AddRecordingData(Input::RecordingData type, std::string_view data) {
382
assert(source);
Callers
1
DoUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected