Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 392 Bytes

File metadata and controls

7 lines (4 loc) · 392 Bytes

Forms

Forms are a subset of views, which provide a component-based system for creating interactive views. These include buttons, text boxes, etc. The concept is similar to that of Windows Forms, or simple web pages.

Input handling

Forms and controls come with an event-driven input handling system, built on top of the simpler input handling that regular views provide.