Skip to content

iseahound/SetSystemCursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published