Updated progressbar demo
This commit is contained in:
parent
1fc155b6b0
commit
adff1a0c03
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ int main(void) {
|
|||
gwinProgressbarSetResolution(ghProgressbar, 10);
|
||||
gwinProgressbarStart(ghProgressbar, 500);
|
||||
|
||||
gfxSleepMilliseconds(3000);
|
||||
gwinProgressbarReset(ghProgressbar);
|
||||
|
||||
//gwinProgressbarSetPosition(ghProgressbar, 42);
|
||||
//gwinProgressbarIncrement(ghProgressbar);
|
||||
//gwinProgressbarDecrement(ghProgressbar);
|
||||
|
|
Loading…
Add table
Reference in a new issue