-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: Implement dialog_show
and dialog_input_text
for DisplayServer
#88957
Windows: Implement dialog_show
and dialog_input_text
for DisplayServer
#88957
Conversation
dialog_show
and dialog_input_text
for DisplayServer
a990414
to
b9b9041
Compare
b9b9041
to
e3e38e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve of the docs now, but of course I can't say much about the actual implementation. Way out of my league.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else seems to be fine.
e3e38e5
to
0b021da
Compare
…ialog_input_text`
0b021da
to
9950061
Compare
Thanks! |
Implements
DisplayServer::dialog_show
andDisplayServer::dialog_input_text
(currently MacOS-exclusive) forDisplayServerWindows
with the Common Controls API. See below:DisplayServer::dialog_show
button.input.dialog.mp4
DisplayServer::dialog_input_text
text.input.dialog.mp4