Class: GraphicKeyboard

GraphicKeyboard

A class for all keyboard assign to display in screen

new GraphicKeyboard ()

Properties:
Name Type Description
kb SystemKeyBoard The system keyboard
graphicTextName GraphicText The graphic text for name
graphicTextShort GraphicText The graphic text for short
graphicTextInformation GraphicText The graphic text for information

Methods

updateShort (sh)

Update short sc
Name Type Description
sh Array.<number> The short list

drawChoice (x, y, w, h)

Drawing the keyboard in choice box
Name Type Description
x number The x position to draw graphic
y number The y position to draw graphic
w number The width dimention to draw graphic
h number The height dimention to draw graphic

drawBox (x, y, w, h)

Drawing the keyboard description
Name Type Description
x number The x position to draw graphic
y number The y position to draw graphic
w number The width dimention to draw graphic
h number The height dimention to draw graphic