NUMPAD_SHOW keypadType, keySelected, x, y, keySize
Purpose Display an onscreen Numeric keypad. Two key arrangements and two sizes are selectable.
Parameters
keypadType : 1 = (2 x 6) keys. 2 = (4 x 3) keys
keySelected : The nth key from top-leftmost first key to be highlighted.
x: x-coordinate of the upper-left corner of this keypad.
y: y-coordinate of the upper-left corner of this keypad.
keySize : Size of the keys (1 or 2 only)
Examples NUMPAD_SHOW 1,5,10,20,1
NUMPAD_SHOW 2,5,30,10,2
Comments:

For a complete example please download the sample program: NumKeypadDemo.PC7

See Also ALPHAPAD_SHOW

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual