Update Program.md
This commit is contained in:
@@ -114,6 +114,7 @@ Injects multiple events
|
|||||||
|
|
||||||
#### Usage:
|
#### Usage:
|
||||||
* injects a multiple char events by clicking a button
|
* injects a multiple char events by clicking a button
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
local mainFrame = basalt.createFrame("myFirstFrame"):show()
|
||||||
local aProgram = mainFrame:addProgram("myFirstProgram"):execute("rom/programs/shell.lua"):show()
|
local aProgram = mainFrame:addProgram("myFirstProgram"):execute("rom/programs/shell.lua"):show()
|
||||||
@@ -126,6 +127,7 @@ local events = {
|
|||||||
mainFrame:addButton("myFirstButton"):setText("inject"):onClick(function() aProgram:injectEvents(events) end):show()
|
mainFrame:addButton("myFirstButton"):setText("inject"):onClick(function() aProgram:injectEvents(events) end):show()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## getQueuedEvents
|
## getQueuedEvents
|
||||||
If the program is paused, incomming events will be inserted into a queued events table. As soon as the program is unpaused, the queued events table will be empty
|
If the program is paused, incomming events will be inserted into a queued events table. As soon as the program is unpaused, the queued events table will be empty
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user