1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
2 BeforeUpdateDisplay
Fellippe Heitor edited this page 2018-06-17 18:37:42 -03:00

The BeforeUpdateDisplay event is triggered at around 30fps, right before you form is repainted.

You can adjust the refresh rate to a higher number (not lower than 30 though) by using the SetFrameRate method:

SUB __UI_OnLoad
    SetFrameRate 60
END SUB