commit
836e53e55a
11 changed files with 910 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue