mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Fix a few tgui input bugs
This commit is contained in:
@@ -553,3 +553,15 @@
|
||||
window_flash(src)
|
||||
src << browse(message,"window=dropmessage;size=480x360;can_close=1")
|
||||
qdel(src)
|
||||
|
||||
/// Keydown event in a tgui window this client has open. Has keycode passed to it.
|
||||
/client/verb/TguiKeyDown(keycode as text)
|
||||
set name = "TguiKeyDown"
|
||||
set hidden = TRUE
|
||||
return // stub
|
||||
|
||||
/// Keyup event in a tgui window this client has open. Has keycode passed to it.
|
||||
/client/verb/TguiKeyUp(keycode as text) // Doesn't seem to currently fire?
|
||||
set name = "TguiKeyUp"
|
||||
set hidden = TRUE
|
||||
return // stub
|
||||
|
||||
Reference in New Issue
Block a user