We have, thing
This commit is contained in:
parent
45bbdb2ef3
commit
73fa9450c4
@ -145,6 +145,14 @@ namespace controls {
|
||||
print("blorp");
|
||||
});
|
||||
|
||||
registerOnPress([Keys.LMB], () => {
|
||||
print("pressng");
|
||||
});
|
||||
|
||||
registerOnRelease([Keys.LMB], () => {
|
||||
print("Releasing");
|
||||
});
|
||||
|
||||
|
||||
// Utility to poll player controls.
|
||||
function pollPlayerControls(player: ObjectRef): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user