mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-27 07:09:40 +01:00
Changes your cursor when you are holding shift to indicate you will examine (#84)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user