Appearance
Gets the current mouse position on screen.
Ham.getMousePos()
float
local x, y = Ham.getMousePos() print("Mouse at: " .. x .. ", " .. y)