2012-01-11 23:21:59 -02:00

8 lines
158 B
Lua

function setTargetCursor()
g_window.setMouseCursor('/core_styles/icons/targetcursor.png')
end
function restoreCursor()
g_window.restoreMouseCursor()
end