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