mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-10 02:51:32 +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)
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// ```no_run
|
/// ```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
|
/// 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.
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue