InputProxy with a KeyboardInputHandler to translate keyboard keys to input commands. Input origins are bound to commands through the BindOrigin event, or through loading them from a config file.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[Bindings]
|
||||
W=Forward
|
||||
A=Left
|
||||
S=Back
|
||||
D=Right
|
||||
R=Reload
|
||||
Space=Jump
|
||||
LeftControl=Crouch
|
||||
LeftShift=Sprint
|
||||
Reference in New Issue
Block a user