Small helper class used to store both the value and type of a keyboard character in the values map.
| package |
Application |
|---|
__construct(intvalue, inttype) : mixed
intValue of the keyboard character.
intType of the keyboard character, (X or Y) | (MSD or LSD).
mixed
getType() : int
intType of the keyboard character, (X or Y) | (MSD or LSD).
getValue() : int
intValue of the keyboard character.
value :
type :