mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 01:59:21 +02:00
8 lines
169 B
Lua
8 lines
169 B
Lua
function setTargetCursor()
|
|
g_window.setMouseCursor('/core_styles/icons/targetcursor.png', {x=9,y=9})
|
|
end
|
|
|
|
function restoreCursor()
|
|
g_window.restoreMouseCursor()
|
|
end
|