mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
replace require with dofile, rename Hotkeys to Keyboard
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
Mouse = {}
|
||||
|
||||
function Mouse.setTargetCursor()
|
||||
g_window.setMouseCursor('/core_styles/icons/targetcursor.png', {x=9,y=9})
|
||||
end
|
||||
|
||||
function Mouse.restoreCursor()
|
||||
g_window.restoreMouseCursor()
|
||||
end
|
||||
|
Reference in New Issue
Block a user