mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +03:00
Lua killEvents() docs update
This commit is contained in:
parent
701125b0ca
commit
5e55a3f5d3
1 changed files with 2 additions and 3 deletions
|
@ -796,13 +796,12 @@ static int luaPlayHaptic(lua_State * L)
|
||||||
/*luadoc
|
/*luadoc
|
||||||
@function killEvents(key)
|
@function killEvents(key)
|
||||||
|
|
||||||
Stops key state machine.
|
Stops key state machine. See [Key Events](../key_events.md) for the detailed description.
|
||||||
|
|
||||||
@param key (number) key to be killed, can also include event type (only key part is used)
|
@param key (number) key to be killed, can also include event type (only the key part is used)
|
||||||
|
|
||||||
@status current Introduced in 2.0.0
|
@status current Introduced in 2.0.0
|
||||||
|
|
||||||
TODO table of events/masks
|
|
||||||
*/
|
*/
|
||||||
static int luaKillEvents(lua_State * L)
|
static int luaKillEvents(lua_State * L)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue