From 6fa7d1e86cc1c0f4d6f821a6ec2d4e23adcdd8e2 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 29 May 2024 08:10:25 -0700 Subject: [PATCH] Added console vector --- gui/notepad/src/notepad.tal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gui/notepad/src/notepad.tal b/gui/notepad/src/notepad.tal index ff166b0..3d1a9c4 100644 --- a/gui/notepad/src/notepad.tal +++ b/gui/notepad/src/notepad.tal @@ -26,6 +26,7 @@ #00e0 .Screen/width DEO2 #00f8 .Screen/height DEO2 ( | unlock ) + ;on-console .Console/vector DEO2 ;on-mouse-body .Mouse/vector DEO2 ;on-frame .Screen/vector DEO2 ;on-control .Controller/vector DEO2 @@ -43,6 +44,9 @@ ( @|vectors ) +@on-console ( -> ) + .Console/read DEI insert BRK + @on-control ( -> ) .Controller/key DEI .Controller/button DEI ( | shortcuts )