Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 88b69ed

Browse files
[docs] flushEvents parameters section fix
I think this should fix the parameters section
1 parent 41b9540 commit 88b69ed

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

docs/dictionary/function/flushEvents.lcdoc

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,18 @@ Example:
2121
get flushEvents("all")
2222

2323
Parameters:
24-
eventType:
25-
One of the following: all: ignore all waiting events mouseDown: ignore
26-
mouse presses mouseUp: ignore mouse releases keyDown: ignore keypresses
27-
keyUp: ignore key releases autoKey: ignore key repeats disk: ignore
28-
disk-related events activate: ignore windows being brought to the front
29-
highLevel: ignore Apple Events (on Mac OS and OS X systems) system:
30-
ignore operating system events
24+
eventType (string):
25+
One of the following:
26+
- all: ignore all waiting events
27+
- mouseDown: ignore mouse presses
28+
- mouseUp: ignore mouse releases
29+
- keyDown: ignore keypresses
30+
- keyUp: ignore key releases
31+
- autoKey: ignore key repeats
32+
- disk: ignore disk-related events
33+
- activate: ignore windows being brought to the front
34+
- highLevel: ignore Apple Events (on Mac OS and OS X systems)
35+
- system: ignore operating system events
3136

3237
Returns:
3338
The <flushEvents> <function> always <return|returns> empty.

0 commit comments

Comments
 (0)