MCPcopy 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
377Point Input::GetMousePosition() {
378 return source->GetMousePosition();
379}
380
381void Input::AddRecordingData(Input::RecordingData type, std::string_view data) {
382 assert(source);

Callers 1

DoUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected