Implement Window::request_redraw on Android (#1953)
This commit is contained in:
parent
1eff7ae004
commit
67cca71524
3 changed files with 26 additions and 3 deletions
|
|
@ -438,7 +438,7 @@ impl Window {
|
|||
/// ## Platform-specific
|
||||
///
|
||||
/// - **iOS:** Can only be called on the main thread.
|
||||
/// - **Android:** Unsupported.
|
||||
/// - **Android:** Subsequent calls after `MainEventsCleared` are not handled.
|
||||
#[inline]
|
||||
pub fn request_redraw(&self) {
|
||||
self.window.request_redraw()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue