C#
VB
Objective-C
low level events for interactive service that could be listen to using Notification Center
public event EventHandler<EventArgs> interactiveServiceOSXEvents
Public Event interactiveServiceOSXEvents As EventHandler(Of EventArgs)
macOS 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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET