Skip to content

Commit be26634

Browse files
author
Jae Page
authored
Correct mixup of down/up.
1 parent 678c65d commit be26634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/button.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ end
140140

141141

142142
### ondown
143-
Occurs when the button is released.
143+
Occurs when the button is pressed.
144144

145145
````xml
146146
<button text="hello" ondown="hello_down" />
@@ -155,7 +155,7 @@ end
155155

156156

157157
### onup
158-
Occurs when the button pressed down.
158+
Occurs when the button released.
159159

160160
````xml
161161
<button text="world" onup="world_up" />

0 commit comments

Comments
 (0)