ITouchSystem

class

Interface for the Touch sub-system

Subclassed by mono::MonoTouchSystem

Public Functions

virtual void mono::ITouchSystem::init()
= 0

Initialize the touch system controller.

<# description #>

virtual void mono::ITouchSystem::processTouchInput()
= 0

<# brief desc #>

<# description #>

Protected Functions

void mono::ITouchSystem::runTouchBegin(geo::Point &pos)

<# brief desc #>

<# description #>

Parameters
  • : param desc #>

void mono::ITouchSystem::runTouchMove(geo::Point &pos)

<# brief desc #>

<# description #>

Parameters
  • : param desc #>

void mono::ITouchSystem::runTouchEnd(geo::Point &pos)

<# brief desc #>

<# description #>

Parameters
  • : param desc #>