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