すくすくゴートうちゃん Android 版(黒歴史)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
258 B

  1. #module \
  2. Keyboard
  3. #deffunc local \
  4. Show
  5. showing = True
  6. text = ""
  7. Return
  8. #deffunc local \
  9. Hide
  10. showing = False
  11. Return
  12. #deffunc local \
  13. GetChar
  14. if showing = False {
  15. Return ""
  16. }
  17. ; text += charDict
  18. Return ""
  19. #deffunc local \
  20. Draw
  21. #global