コード例 #1
0
ファイル: Keyboard.cpp プロジェクト: damianob/xcsoar
void
KeyboardControl::OnResize(UPixelScalar width, UPixelScalar height)
{
  set_buttons_size();
  resize_buttons();
  move_buttons();
}
コード例 #2
0
bool
KeyboardControl::on_resize(unsigned width, unsigned height)
{
  set_buttons_size();
  resize_buttons();
  move_buttons();
  return true;
}