ITouchSystem

class mono::ITouchSystem

Interface for the Touch sub-system

Subclassed by mono::MonoTouchSystem

Public Functions

virtual void init() = 0

Initialize the touch system controller.

<# description #>

virtual void processTouchInput() = 0

<# brief desc #>

<# description #>

Protected Functions

void runTouchBegin(geo::Point &pos)

<# brief desc #>

<# description #>

Parameters
  • -

    param desc #>

void runTouchMove(geo::Point &pos)

<# brief desc #>

<# description #>

Parameters
  • -

    param desc #>

void runTouchEnd(geo::Point &pos)

<# brief desc #>

<# description #>

Parameters
  • -

    param desc #>