@class NSString, NSSet, NSHashTable, AXDeviceMonitor, AXEventProcessor; @interface AXMouseEventListener : NSObject <AXDeviceMonitorDelegate> { AXDeviceMonitor *_deviceMonitor; AXEventProcessor *_eventProcessor; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _cachedMouseDevicesLock; NSSet *_cachedMouseDevices; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _observerLock; NSHashTable *_observers; } @property (readonly, nonatomic) BOOL currentDevicesHaveAssistiveTouchCustomActions; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; + (id)_mouseMatching; - (void)beginFilteringButtonEvents; - (void)dealloc; - (void)removeObserver:(id)a0; - (id)_init; - (void)mouseSettingsDidChange; - (void)endFilteringButtonEvents; - (BOOL)_handleMouseButtonEvent:(id)a0; - (id)discoveredMouseDevices; - (void).cxx_destruct; - (void)deviceMonitorDidDetectDeviceEvent:(id)a0; - (void)_finishHandlingMouseButtonEvent:(id)a0 buttonMask:(double)a1 creatorHIDServiceClient:(struct __IOHIDServiceClient { } *)a2; - (void)addObserver:(id)a0; @end