Example #1
0
void
KeyboardControl::OnResize(UPixelScalar width, UPixelScalar height)
{
  set_buttons_size();
  resize_buttons();
  move_buttons();
}
bool
KeyboardControl::on_resize(unsigned width, unsigned height)
{
  set_buttons_size();
  resize_buttons();
  move_buttons();
  return true;
}