This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
goatoh_training_android
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
キーボードの入力取得
main
miteruzo
1 year ago
parent
fbda458d5c
commit
34041e67c3
1 changed files
with
20 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 ""
Write
Preview
Loading…
Cancel
Save