mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 22:27:57 +03:00
Implement UISlider (#79)
* Implement UISlider * Use proper enum type for the left and right arrow key constants
This commit is contained in:
parent
64429232f8
commit
177702d027
3 changed files with 484 additions and 36 deletions
|
@ -157,8 +157,8 @@ void Menu::ShowMenu
|
|||
{
|
||||
wid->setShow( true );
|
||||
wid->ResetMotion( MOTION_IN );
|
||||
wid->UpdateData();
|
||||
wid->UpdateUIElement();
|
||||
wid->UpdateData();
|
||||
wid->ExecuteShowCommands();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue