Trait objc2_app_kit::NSInputServerMouseTracker

source ·
pub unsafe trait NSInputServerMouseTracker {
    // Provided methods
    unsafe fn mouseDownOnCharacterIndex_atCoordinate_withModifier_client(
        &self,
        index: NSUInteger,
        point: NSPoint,
        flags: NSUInteger,
        sender: Option<&AnyObject>
    ) -> bool
       where Self: Sized + Message { ... }
    unsafe fn mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client(
        &self,
        index: NSUInteger,
        point: NSPoint,
        flags: NSUInteger,
        sender: Option<&AnyObject>
    ) -> bool
       where Self: Sized + Message { ... }
    unsafe fn mouseUpOnCharacterIndex_atCoordinate_withModifier_client(
        &self,
        index: NSUInteger,
        point: NSPoint,
        flags: NSUInteger,
        sender: Option<&AnyObject>
    )
       where Self: Sized + Message { ... }
}
Available on crate feature NSInputServer only.

Provided Methods§

source

unsafe fn mouseDownOnCharacterIndex_atCoordinate_withModifier_client( &self, index: NSUInteger, point: NSPoint, flags: NSUInteger, sender: Option<&AnyObject> ) -> bool
where Self: Sized + Message,

👎Deprecated
source

unsafe fn mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client( &self, index: NSUInteger, point: NSPoint, flags: NSUInteger, sender: Option<&AnyObject> ) -> bool
where Self: Sized + Message,

👎Deprecated
source

unsafe fn mouseUpOnCharacterIndex_atCoordinate_withModifier_client( &self, index: NSUInteger, point: NSPoint, flags: NSUInteger, sender: Option<&AnyObject> )
where Self: Sized + Message,

👎Deprecated

Trait Implementations§

source§

impl ProtocolType for dyn NSInputServerMouseTracker

source§

const NAME: &'static str = "NSInputServerMouseTracker"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn NSInputServerMouseTracker

Implementations on Foreign Types§

source§

impl<T> NSInputServerMouseTracker for ProtocolObject<T>

Implementors§