Added console vector

This commit is contained in:
Devine Lu Linvega 2024-05-29 08:10:25 -07:00
parent 3dc4405c8b
commit 6fa7d1e86c
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#00e0 .Screen/width DEO2 #00e0 .Screen/width DEO2
#00f8 .Screen/height DEO2 #00f8 .Screen/height DEO2
( | unlock ) ( | unlock )
;on-console .Console/vector DEO2
;on-mouse-body .Mouse/vector DEO2 ;on-mouse-body .Mouse/vector DEO2
;on-frame .Screen/vector DEO2 ;on-frame .Screen/vector DEO2
;on-control .Controller/vector DEO2 ;on-control .Controller/vector DEO2
@ -43,6 +44,9 @@
( (
@|vectors ) @|vectors )
@on-console ( -> )
.Console/read DEI insert BRK
@on-control ( -> ) @on-control ( -> )
.Controller/key DEI .Controller/button DEI .Controller/key DEI .Controller/button DEI
( | shortcuts ) ( | shortcuts )