Changes your cursor when you are holding shift to indicate you will examine (#84)

This commit is contained in:
SandPoot
2020-10-04 00:19:58 -03:00
committed by GitHub
parent 89c9fc05d1
commit 7cac3eec4d
6 changed files with 12 additions and 1 deletions
@@ -72,6 +72,7 @@
holder?.key_down(_key, src)
mob.focus?.key_down(_key, src)
mob.update_mouse_pointer()
/// Keyup's all keys held down.
/client/proc/ForceAllKeysUp()
@@ -104,6 +105,7 @@
break
holder?.key_up(_key, src)
mob.focus?.key_up(_key, src)
mob.update_mouse_pointer()
// Called every game tick
/client/keyLoop()