mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 09:30:50 -05:00
Started initial performance testing on Lua-based keyboard controller
This commit is contained in:
4
scripts/default_keybinding.lua
Normal file
4
scripts/default_keybinding.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
w = function() print("w") end,
|
||||
s = function() print("s") end
|
||||
}
|
||||
Reference in New Issue
Block a user