[MIRROR] changes your cursor to an eye when you are holding shift to indicate you will examine (#1124)

* changes your cursor to an eye when you are holding shift to indicate you will examine (#54083)

* changes your cursor to an eye when you are holding shift to indicate you will examine

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
SkyratBot
2020-10-03 02:31:19 +02:00
committed by GitHub
co-authored by Qustinnus
parent cbd8660485
commit fb51202dda
5 changed files with 8 additions and 2 deletions
@@ -75,6 +75,7 @@
holder?.key_down(_key, src)
mob.focus?.key_down(_key, src)
mob.update_mouse_pointer()
/client/verb/keyUp(_key as text)
@@ -104,6 +105,7 @@
break
holder?.key_up(_key, src)
mob.focus?.key_up(_key, src)
mob.update_mouse_pointer()
// Called every game tick