LuaBox
Loading...
Searching...
No Matches
ButtonWaitRelease.h File Reference
#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.

Function Documentation

◆ ButtonWaitRelease()

int ButtonWaitRelease ( lua_State * L_)

Halt until the specified button is released.

Parameters
L_Lua state; expects first argument as string: "UP", "DOWN", "LEFT", "RIGHT", "SELECT", "GET", or "SET".
Returns
int Pushes no values to Lua stack.