Merge pull request #477 from rozaliev/feature/ios

[WIP] ios support
This commit is contained in:
tomaka 2015-06-29 09:29:46 +02:00
commit 836e53e55a
11 changed files with 910 additions and 2 deletions

View file

@ -157,6 +157,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,