キーボード

This commit is contained in:
2023-07-07 00:02:48 +09:00
parent 42c75285f0
commit fbda458d5c
2 changed files with 18 additions and 9 deletions
+14 -2
View File
@@ -14,7 +14,7 @@ Hide
Return
#deffunc local \
#defcfunc local \
GetChar
if showing = False {
Return ""
@@ -26,7 +26,19 @@ GetChar
#deffunc local \
Draw
If showing = False {
Return
}
Color COLOUR_BLACK
BoxF 0, 1920 - 480, 1080, 1920
Repeat 50
Pos 1080 - 96 * (cnt / 5 + 1), 1920 - 480 + 96 * (cnt \ 5)
CelPut BUFFER_CHAR, cnt, 3, 3
Loop
Return
#global