public VirtualButton_Debug(Context context, VirtualButton b) {
   super(context, b.getKeyCode(), b.getCharButton(), b.getPosX(), b.getPosY());
 }