msink / kotlin-libui

Kotlin/Native interop to libui: a portable GUI library
MIT License
650 stars 50 forks source link

Add sample for type Form #1

Closed lucasvsme closed 6 years ago

lucasvsme commented 6 years ago

This PR adds a sample to show how to declare a form with fields Entry (plain text) and PasswordEntry (masked text).

Actually I don't know how to implement the login button callback, so it's declared but has an empty body.