-
Notifications
You must be signed in to change notification settings - Fork 0
Button component
Igor Usenko edited this page May 20, 2022
·
4 revisions
Button on the screen which can call the handler function when touched and released or generate a series of the handler function call while touched.
-
title
- button text -
eventGenerate
-EG_ONCE
- one handler call when touched and released,EG_REPEAT
- series of the handler function call while touched -
handler
- event handler function -
mode
-BM_ENABLED
- button is enabled,BM_DISABLED
- is disabled