Retrieves the current mouse cursor ID.
The ID of the current mouse cursor.
import { MouseGetCursor } from '@ahmic/autoit-js';const cursorId = MouseGetCursor();console.log(cursorId); // Output: 2 Copy
import { MouseGetCursor } from '@ahmic/autoit-js';const cursorId = MouseGetCursor();console.log(cursorId); // Output: 2
https://www.autoitscript.com/autoit3/docs/functions/MouseGetCursor.htm
Retrieves the current mouse cursor ID.