|
LuaBox
|
#include "lua_include.h"#include "global.h"#include "buttons.h"Go to the source code of this file.
Functions | |
| int | ButtonDown (lua_State *L_) |
| Check if a button is held down. | |
| int ButtonDown | ( | lua_State * | L_ | ) |
Check if a button is held down.
| L_ | Lua state; expects first argument as string: "UP", "DOWN", "LEFT", "RIGHT", "SELECT", "GET", or "SET". |