mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
Extract WindowAttributes from the BuilderAttribs
This commit is contained in:
@@ -219,7 +219,7 @@ impl Window {
|
||||
|
||||
let state = &mut *self.delegate_state;
|
||||
|
||||
if builder.multitouch {
|
||||
if builder.window.multitouch {
|
||||
let _: () = msg_send![state.view, setMultipleTouchEnabled:YES];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user