#############
HTouchManager
#############

.. cpp:namespace:: HTouchManager

.. default-domain:: cpp

Functions
=========

========================= ==============================================================================================================================
..                        :cpp:func:`HTouchManager <HTouchManager::HTouchManager>`                                                                      
..                        :cpp:func:`~HTouchManager <HTouchManager::~HTouchManager>`                                                                    
:doc:`classHTouchInfo` *  :cpp:func:`AddTouch <HTouchInfo * HTouchManager::AddTouch(float x, float y, float timestamp, int taps, unsigned long ident)>` 
void                      :cpp:func:`ClearTouchActivity <void HTouchManager::ClearTouchActivity()>`                                                     
void                      :cpp:func:`ClearTouches <void HTouchManager::ClearTouches()>`                                                                 
bool                      :cpp:func:`RemoveTouch <bool HTouchManager::RemoveTouch(unsigned long ident)>`                                                
int                       :cpp:func:`GetActiveTouchCount <int HTouchManager::GetActiveTouchCount()>`                                                    
int                       :cpp:func:`GetTouchCount <int HTouchManager::GetTouchCount()>`                                                                
int                       :cpp:func:`GetTouches <int HTouchManager::GetTouches(HTouchInfo *touches[], int maxtouches, bool activeOnly=false)>`          
:doc:`classHTouchInfo` *  :cpp:func:`GetTouch <HTouchInfo * HTouchManager::GetTouch(int index, bool activeOnly=false)>`                                 
========================= ==============================================================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: HTouchManager
   :project: mvo
   :members:
   :undoc-members:



