MCPcopy Create free account
hub / github.com/antopilo/Nuake / GetMousePosition

Function GetMousePosition

Nuake/Source/Nuake/Scripting/NetModules/InputNetAPI.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 Coral::Array<float> GetMousePosition()
38 {
39 Vector2 mousePosition = Input::GetMousePosition();
40 return Coral::Array<float>::New({ mousePosition.x, mousePosition.y });
41 }
42
43 bool IsControllerConnected(int id)
44 {

Callers 5

DrawViewportMethod · 0.85
DrawMethod · 0.85
DrawViewportWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected