Keyboard

by Forum_account
A library for handling keyboard input.
Subject
Replies
Started By
Last Reply
 
A library for handling keyboard input.
3
 
I was looking to make both "arrow key" and "wasd" movement possible in a game, but I can't find a way to make wasd work …
0
 
client proc/has_key(k) if(istype(keys)) return keys[k] This proc returns the state of k. The istype() check is …
0
 
How would I go about allowing macros defined by the skin to still work after implementing this Library? It may just be …
2
 
I'm not sure if it's a BYOND bug or a missing feature of the library, but when I'm moving around and hold shift or …
3
 
The previous update made it possible to do things like this: client keys = list("a", "b", "c") And the library would …
0
 
A new library for handling keyboard input.
5