mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 00:48:09 +08:00
We can catch mouse events
This commit is contained in:

committed by
ArthurSonzogni

parent
75abd75b67
commit
1325256aa9
@@ -59,7 +59,7 @@ int main() {
|
||||
hbox(text(" First name : "), input_first_name->Render()),
|
||||
hbox(text(" Last name : ") | selectable(), input_last_name->Render()),
|
||||
hbox(text(" Password : "), input_password->Render()),
|
||||
hbox(text(" Phone num : "), input_phone_number->Render()),
|
||||
hbox(text(" Phone num : "), input_phone_number->Render()) | selectable(),
|
||||
separator(),
|
||||
text("Hello " + first_name + " " + last_name),
|
||||
text("Your password is " + password),
|
||||
|
Reference in New Issue
Block a user