public event EventHandler<EventArgs> interactiveServiceOSXEvents
Public Event interactiveServiceOSXEvents As EventHandler(Of EventArgs)
public event EventHandler<~Remove~> interactiveServiceOSXEvents
OS X Only
NSNotification
name:"use following Notifications"
object:self
userInfo:NSDictionary
key:"use following Keys"
//Notifications:
//LTInteractiveServicePointerDownNotification; //notify when mouse pointer down detected
//LTInteractiveServicePointerMoveNotification; //notify when mouse pointer move detected
//LTInteractiveServicePointerUpNotification; //notify when mouse pointer up detected
//LTInteractiveServicePointerDragNotification; //notify when mouse pointer drag detected
//LTInteractiveServicePointerDoubleTapNotification; //notify when mouse pointer double click detected
//LTInteractiveServicePinchNotification; //notify when Pinch detected
//LTInteractiveServiceRotateNotification; //notify when Rotation detected
//LTInteractiveServiceScrollWheelNotification; //notify when scroll detected
//Keys
//LTInteractiveServiceMouseEventKey // get mouseEvent object
//LTInteractiveServicePinchEventKey // get LTPinchEvent object
//LTInteractiveServiceRotateEventKey // get LTRotateEvent object
//LTInteractiveServiceScrollWeelEventKey // get LTScrollEvent object
add_interactiveServiceOSXEvents(function(sender, e))
remove_interactiveServiceOSXEvents(function(sender, e))