OnScreen Keyboard


command:keyboard *X *Y *VAR *FG *BG *Tick *BG

*X *Y = screen axis

*VAR = save output in var name

*FG = keyboard foreground

*BG = background

*Tick = dimension

*BG = border background


Sgneep-Box Script Example:


# ...
# >>> Open Keyboard and write into label <<<
var textout = --
# set Label with id Lbl_0
ds_label_option Lbl_0 black yellow 15
ds_label_xy Lbl_0 300 20
ds_label_dim Lbl_0 300 30
ds_label_set Lbl_0 Text: -- < textout
#
#
main_sub CHECK
sub CHECK var_if textout = sgneepbox call REOPEN
#
make_sub REOPEN
sub REOPEN var textout = --
sub REOPEN keyboard 10 100 textout
#
#
keyboard 10 130 textout red blue 4 orange lightblue
#
loop myloop_0 2 call CHECK

Powered by Sgneep.com