[add] ios support

This commit is contained in:
Evgeny Rozaliev 2015-06-05 16:38:21 +03:00
parent 76e7a90752
commit 84703027d6
11 changed files with 902 additions and 2 deletions

View file

@ -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,