@class BSServiceConnection, NSString, NSMutableDictionary, BSCompoundAssertion, NSSet, BKSMousePointerDevicePreferences, NSObject; @protocol OS_dispatch_queue; @interface BKSMousePointerService : NSObject { NSObject *_connectionQueue; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock; BSServiceConnection *_connection; NSMutableDictionary *_displayUUIDToPerDisplayInfo; BSCompoundAssertion *_deviceConnectionObservers; BSCompoundAssertion *_preferencesObservers; BSCompoundAssertion *_suppressMouseEvents; NSSet *_attachedDevices; BOOL _isObservingDeviceConnection; BOOL _isObservingPreferences; } @property (copy) BKSMousePointerDevicePreferences *globalDevicePreferences; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; + (id)new; + (BOOL)supportsReadyToReceiveEventServiceProperty; - (void)setPreferences:(id)a0 forDevice:(id)a1; - (id)addPointerPreferencesObserver:(id)a0; - (id)init; - (id)suppressPointerEventsForReason:(id)a0; - (void)dealloc; - (void)_locked_pointingDevicesDidChange:(id)a0; - (void)setPointerPosition:(struct CGPoint { double x0; double x1; })a0 onDisplay:(id)a1 withAnimationParameters:(id)a2; - (id)_init; - (void)getHitTestContextsAtPoint:(id)a0 withAdditionalContexts:(id)a1 onDisplay:(id)a2 withCompletion:(id /* block */)a3; - (void)_activateServerConnection; - (oneway void)pointerGlobalDevicePreferencesDidChange:(id)a0; - (void)_locked_updateObserver:(id)a0 withPointingDevices:(id)a1; - (void)_locked_sendCurrentAssertionParameters:(id)a0 forDisplayUUID:(id)a1; - (id)addPointerDeviceObserver:(id)a0; - (id)preferencesForDevice:(id)a0; - (void)_locked_updateEventRoutesFromContext:(id)a0 forDisplayUUID:(id)a1; - (struct CGPoint { double x0; double x1; })globalPointerPosition; - (id)_unlocked_serverTarget; - (id)pointerSuppressionAssertionOnDisplay:(id)a0 forReason:(id)a1 withOptionsMask:(unsigned long long)a2; - (id)_locked_infoForDisplayUUID:(id)a0 createIfNeeded:(BOOL)a1; - (void)_locked_setMousePointerDeviceObservationEnabled:(BOOL)a0; - (void).cxx_destruct; - (void)setContextRelativePointerPosition:(id)a0 withInitialVelocity:(id)a1 onDisplay:(id)a2 withDecelerationRate:(double)a3 restrictingToPID:(int)a4; - (void)_locked_updateServerWithPointerDeviceObservationState; - (struct CGPoint { double x0; double x1; })normalizedGlobalPointerPosition; - (void)_locked_setMousePointerPreferencesObservationEnabled:(BOOL)a0; - (void)_locked_updateServerWithPreferencesObservationState; - (void)setGlobalPointerPosition:(struct CGPoint { double x0; double x1; })a0; - (id)_locked_serverTarget; - (oneway void)pointingDevicesDidChange:(id)a0; - (void)_locked_reactivateConnection; - (id)requestGlobalMouseEventsForDisplay:(id)a0 targetContextID:(unsigned int)a1 options:(id)a2; - (id)requestGlobalMouseEventsForDisplay:(id)a0 targetContextID:(unsigned int)a1; - (void)setContextRelativePointerPosition:(id)a0 onDisplay:(id)a1 withAnimationParameters:(id)a2 restrictingToPID:(int)a3; - (id)acquireButtonDownPointerRepositionAssertionForReason:(id)a0 contextRelativePointerPosition:(id)a1 onDisplay:(id)a2 restrictingToPID:(int)a3; @end