|
|
|
|
|
by seivan
3738 days ago
|
|
Are you saying all these outlets (labels, text box, buttons) are inheriting from a base FormObject that can be rendered? That would work without OOP. Make a FormRender component that manages that logic (being rendered in a form) and other components, one that manages a keyboard, other that can be clicked and handle hover, touch states, etc. |
|
IMO, the problem is it works really well in so many contexts that people end up trying to use it everywhere.