FreeRDP
com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener Interface Reference
Inheritance diagram for com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener:

Public Member Functions

abstract void onTouchPointerClose ()
 
abstract void onTouchPointerLeftClick (int x, int y, boolean down)
 
abstract void onTouchPointerRightClick (int x, int y, boolean down)
 
abstract void onTouchPointerMove (int x, int y)
 
abstract void onTouchPointerScroll (boolean down)
 
abstract void onTouchPointerToggleKeyboard ()
 
abstract void onTouchPointerToggleExtKeyboard ()
 
abstract void onTouchPointerResetScrollZoom ()
 

Member Function Documentation

◆ onTouchPointerClose()

abstract void com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.onTouchPointerClose ( )
abstract

◆ onTouchPointerLeftClick()

abstract void com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.onTouchPointerLeftClick ( int  x,
int  y,
boolean  down 
)
abstract

◆ onTouchPointerMove()

abstract void com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.onTouchPointerMove ( int  x,
int  y 
)
abstract

◆ onTouchPointerResetScrollZoom()

abstract void com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.onTouchPointerResetScrollZoom ( )
abstract

◆ onTouchPointerRightClick()

abstract void com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.onTouchPointerRightClick ( int  x,
int  y,
boolean  down 
)
abstract

◆ onTouchPointerScroll()

abstract void com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.onTouchPointerScroll ( boolean  down)
abstract

◆ onTouchPointerToggleExtKeyboard()

abstract void com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.onTouchPointerToggleExtKeyboard ( )
abstract

◆ onTouchPointerToggleKeyboard()

abstract void com.freerdp.freerdpcore.presentation.TouchPointerView.TouchPointerListener.onTouchPointerToggleKeyboard ( )
abstract

The documentation for this interface was generated from the following file: