Renames some things (#22925)

This commit is contained in:
AffectedArc07
2023-10-16 22:49:31 +01:00
committed by GitHub
parent 973542bc1d
commit be43ccf07f
7 changed files with 43 additions and 41 deletions
+2 -2
View File
@@ -159,13 +159,13 @@
if(href_list["__keydown"])
var/keycode = href_list["__keydown"]
if(keycode)
KeyDown(keycode)
Key_Down(keycode)
return
if(href_list["__keyup"])
var/keycode = href_list["__keyup"]
if(keycode)
KeyUp(keycode)
Key_Up(keycode)
return