MCPcopy Index your code
hub / github.com/EngoEngine/engo / CursorPos

Function CursorPos

engo_mobile_bind.go:43–46  ·  view source on GitHub ↗

CursorPos returns the current cursor position

()

Source from the content-addressed store, hash-verified

41
42// CursorPos returns the current cursor position
43func CursorPos() (x, y float32) {
44 notImplemented("CursorPos")
45 return 0, 0
46}
47
48// WindowWidth returns the current window width
49func WindowWidth() float32 {

Callers 1

UpdateMethod · 0.92

Calls 1

notImplementedFunction · 0.70

Tested by

no test coverage detected