Disable key printout.
This commit is contained in:
@ -18,6 +18,7 @@ grf
|
|||||||
: run
|
: run
|
||||||
begin
|
begin
|
||||||
wait
|
wait
|
||||||
|
(
|
||||||
PRESSED event = if
|
PRESSED event = if
|
||||||
." DOWN: " last-key . cr
|
." DOWN: " last-key . cr
|
||||||
then
|
then
|
||||||
@ -27,6 +28,7 @@ grf
|
|||||||
TYPED event = if
|
TYPED event = if
|
||||||
." CHAR: " last-char . cr
|
." CHAR: " last-char . cr
|
||||||
then
|
then
|
||||||
|
)
|
||||||
0 to color 0 0 width height box
|
0 to color 0 0 width height box
|
||||||
LEFT-BUTTON pressed? if $ccccff else $ffccff then to color
|
LEFT-BUTTON pressed? if $ccccff else $ffccff then to color
|
||||||
mouse-x mouse-y height heart
|
mouse-x mouse-y height heart
|
||||||
|
|||||||
Reference in New Issue
Block a user