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