Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SetSystemCursor

Download Cursor (for v1).ahk and rename it to Cursor.ahk

Changes the pointer. Original by Serenity.

SetSystemCursor("Cross")
SetSystemCursor("IDC_Cross")

Set cursor size in pixels.

SetSystemCursor("IDC_Cross", 100, 100)

Supports .ani, .cur, and .ico files.

SetSystemCursor("Animation.ani")

Creates an invisible cursor.

SetSystemCursor()

If the system cursor is not changing, restore the original cursor.

RestoreCursor()

About

Changes the pointer. Original by Serenity.

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages