add :clear msg to turtle_listener
This commit is contained in:
parent
04f73cbdda
commit
56313d2cf4
|
@ -1398,6 +1398,7 @@ fn turtle_listener () -> {
|
||||||
(:home!) -> add_command! (self (), (:home))
|
(:home!) -> add_command! (self (), (:home))
|
||||||
(:goto!, x as :number, y as :number) -> add_command! (self (), (:goto, (x, y)))
|
(:goto!, x as :number, y as :number) -> add_command! (self (), (:goto, (x, y)))
|
||||||
(:goto!, (x as :number, y as :number)) -> add_command! (self (), (:goto, (x, y)))
|
(:goto!, (x as :number, y as :number)) -> add_command! (self (), (:goto, (x, y)))
|
||||||
|
(:clear) -> add_command! (self (), (:clear))
|
||||||
(:show!) -> add_command! (self (), (:show))
|
(:show!) -> add_command! (self (), (:show))
|
||||||
(:hide!) -> add_command! (self (), (:hide))
|
(:hide!) -> add_command! (self (), (:hide))
|
||||||
(:loadstate!, state) -> {
|
(:loadstate!, state) -> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user