mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Updated docs for updates
This commit is contained in:
parent
e1e8a1bd36
commit
80e8d4885a
|
@ -345,6 +345,9 @@ impl Window {
|
|||
///
|
||||
/// Updates the window (this is required to call in order to get keyboard/mouse input, etc)
|
||||
///
|
||||
/// Notice that when using this function then `update_with_buffer` should not be called for the same window.
|
||||
/// Only one of the functions should be used.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_run
|
||||
|
@ -366,9 +369,6 @@ impl Window {
|
|||
/// pressing the close button on the window) It's up to the user to make sure that this is
|
||||
/// being checked and take action depending on the state.
|
||||
///
|
||||
/// Notice that when using this function then `update_with_buffer` should not be called for the same window.
|
||||
/// Only one of the functions should be used.
|
||||
///
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue