buildat/client/default.lua
2014-09-20 03:02:25 +03:00

16 lines
308 B
Lua

-- Buildat: client/default.lua
-- Globals that may or may not be overridden by things loaded later
function __buildat_key_down(key)
end
function __buildat_key_up(key)
end
function __buildat_mouse_move(x, y)
end
function __buildat_mouse_down(button, x, y)
end
function __buildat_mouse_up(button, x, y)
end