Drawing switch
If you not use the ui_draw_all(); function. To draw the switch, you can call the following function.
ui_switch_draw (control);
Return: N / A
Argument control is the handle of ui_switch_create(...); function you want to draw.
ui_switch_draw (fullscreen);
Drawing fullscreen switches that has been described.
| Examples of the results: |
|---|
![]() |
