Skip to content

Commit

Permalink
feat: remove reference to unnecessary pulse receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Dec 9, 2024
1 parent 8bfc6a8 commit 78d8baf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/objects/input/mouse_pointer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ use super::{get_sorted_handlers, CaptureManager, DistanceCalculator};
use crate::{
core::client::INTERNAL_CLIENT,
nodes::{
data::{
mask_matches, pulse_receiver_client, PulseSender, KEYMAPS, PULSE_RECEIVER_REGISTRY,
},
data::KEYMAPS,
fields::{Field, FieldTrait, Ray, EXPORTED_FIELDS},
input::{InputDataType, InputHandler, InputMethod, Pointer, INPUT_HANDLER_REGISTRY},
input::{InputDataType, InputMethod, Pointer},
spatial::Spatial,
Node, OwnedNode,
},
Expand Down

0 comments on commit 78d8baf

Please sign in to comment.