mousemoveabs Description: This function demonstrates the usage of the mousemoveabs API. Example: -- Move the mouse to an absolute position mousemoveabs(100, 100) print("Mouse moved to absolute position (100, 100)")