Browse Source

キーボードの入力取得

main
miteruzo 1 year ago
parent
commit
34041e67c3
1 changed files with 20 additions and 2 deletions
  1. +20
    -2
      modules/keyboard.mod.hsp

+ 20
- 2
modules/keyboard.mod.hsp View File

@@ -15,12 +15,30 @@ Hide
Return

#defcfunc local \
GetChar
GetChar \
local l_ids,\
local l_touchInfo
if showing = False {
Return ""
}

; text += charDict
MTList l_id

If stat = 0 {
Return ""
}

MTInfo l_touchInfo, l_id.0

If l_touchInfo.2 < 1920 - 480 {
Return ""
}

NoteSel charDict
;text += l_
NoteUnsel

;text += charDict

Return ""



Loading…
Cancel
Save