mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
[add] ios support
This commit is contained in:
@@ -149,6 +149,12 @@ impl<'a> WindowBuilder<'a> {
|
||||
self
|
||||
}
|
||||
|
||||
/// Enables multitouch
|
||||
pub fn with_multitouch(mut self) -> WindowBuilder<'a> {
|
||||
self.attribs.multitouch = true;
|
||||
self
|
||||
}
|
||||
|
||||
/// Builds the window.
|
||||
///
|
||||
/// Error should be very rare and only occur in case of permission denied, incompatible system,
|
||||
|
||||
Reference in New Issue
Block a user