Show / Hide Table of Contents

Interface ToolManager.IOnGenericMotionEventListener

Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IOnGenericMotionEventListener : IJavaObject, IDisposable, IJavaPeerable

Methods

OnChangePointerIcon(PointerIcon)

Declaration
void OnChangePointerIcon(PointerIcon pointerIcon)
Parameters
Type Name Description
Android.Views.PointerIcon pointerIcon

OnGenericMotionEvent(MotionEvent)

Declaration
void OnGenericMotionEvent(MotionEvent e)
Parameters
Type Name Description
Android.Views.MotionEvent e
Back to top Generated by DocFX