Skip to content

Commit 6232f0a

Browse files
Update input-window.ezcode
1 parent ed72efa commit 6232f0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Example/input-window.ezcode

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ method start
44
// Create Label and Window With Event
55
window w new : text:Input Test! Move the mouse., width:400, height:190, startposition:center
66
event w close quit
7-
label l
7+
label lab
88

99
// Display Label and Open Window
10-
w display l
11-
w open
10+
w display lab
11+
w open
1212

1313
// Loop With Mouse Input
1414
var mouse \!
1515
loop true {
1616
mouse : input mouse position
17-
l text:'mouse'
17+
lab text:'mouse'
1818
await 50
1919
}
2020
endmethod

0 commit comments

Comments
 (0)