diff --git a/modules/keyboard.mod.hsp b/modules/keyboard.mod.hsp index 3a78868..60847da 100644 --- a/modules/keyboard.mod.hsp +++ b/modules/keyboard.mod.hsp @@ -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 ""