←Select platform

LTInteractiveServiceMouseDelegate Interface

Summary

Contains events for the InteractiveService.

Syntax

C#
VB
Objective-C
public interface LTInteractiveServiceMouseDelegate  
Public Interface LTInteractiveServiceMouseDelegate  
macOS Only 
@protocol LTInteractiveServiceMouseDelegate<NSObject> 
@optional 
- (void)interactiveService:(LTInteractiveService*)service mouseDown:(LTMouseEvent*)mouseEvent 
- (void)interactiveService:(LTInteractiveService*)service mouseMove:(LTMouseEvent*)mouseEvent 
- (void)interactiveService:(LTInteractiveService*)service mouseUp:(LTMouseEvent*)mouseEvent 
- (void)interactiveService:(LTInteractiveService*)service mouseDrag:(LTMouseEvent*)mouseEvent 
- (void)interactiveService:(LTInteractiveService*)service mouseDoubleClick:(LTMouseEvent*)mouseEvent 
- (void)interactiveService:(LTInteractiveService*)service pinchZoom:(LTPinchEvent*)mouseEvent 
- (void)interactiveService:(LTInteractiveService*)service rotate:(LTRotateEvent*)mouseEvent 
- (void)interactiveService:(LTInteractiveService*)service scrollWheel:(LTScrollEvent*)mouseEvent     

Remarks

This protocol is used to listen to InteractiveService events and provide the user with information needed for these event.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)