We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43758e2 commit e719ef8Copy full SHA for e719ef8
fyrox-ui/src/lib.rs
@@ -177,7 +177,7 @@
177
//! .build(&mut ui.build_ctx());
178
//!
179
//! // Poll the messages coming from the widgets and react to them.
180
-//! while let Some(message) = ui.poll_message_queue() {
+//! while let Some(message) = ui.poll_message() {
181
//! if let Some(ButtonMessage::Click) = message.data() {
182
//! if message.destination() == button {
183
//! println!("The button was clicked!");
0 commit comments