Skip to content

Commit

Permalink
chore: remove web from set_device_event_filter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Dec 13, 2022
1 parent ba71566 commit d8b6f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl<T> EventLoopWindowTarget<T> {
///
/// ## Platform-specific
///
/// - ** Linux / macOS / iOS / Android / Web**: Unsupported.
/// - **Linux / macOS / iOS / Android:** Unsupported.
///
/// [`DeviceEvent`]: crate::event::DeviceEvent
pub fn set_device_event_filter(&self, _filter: DeviceEventFilter) {
Expand Down

0 comments on commit d8b6f5e

Please sign in to comment.