8 lines
		
	
	
		
			205 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			205 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@return number cursorX
 | 
						|
---@return number cursorY
 | 
						|
---Returns the absolute position of the mouse cursor
 | 
						|
function GetCursorPosition() end
 |