Cargo Features

winit_event_helper has no features set by default.

[dependencies]
winit_event_helper = { version = "0.5.0", features = ["unique_windows", "unique_devices", "windows_with_device_ids"] }
unique_windows

Allows the user to setup callbacks for individual windows.

unique_devices

Allows the user to setup callbacks for individual devices.

windows_with_device_ids

Allows the user to identify which device sent a window event (if applicable).