##########
HEventInfo
##########

.. cpp:namespace:: HEventInfo

.. default-domain:: cpp

Fields
======

========== ====================================
int const  :cpp:var:`~HEventInfo::MAX_TOUCHES` 
========== ====================================

Functions
=========

============================== ==================================================================================================================================
..                             :cpp:func:`HEventInfo <HEventInfo::HEventInfo>`                                                                                   
bool                           :cpp:func:`Control <bool HEventInfo::Control() const>`                                                                            
bool                           :cpp:func:`Shift <bool HEventInfo::Shift() const>`                                                                                
bool                           :cpp:func:`Alt <bool HEventInfo::Alt() const>`                                                                                    
bool                           :cpp:func:`LeftAlt <bool HEventInfo::LeftAlt() const>`                                                                            
bool                           :cpp:func:`LeftControl <bool HEventInfo::LeftControl() const>`                                                                    
bool                           :cpp:func:`LeftShift <bool HEventInfo::LeftShift() const>`                                                                        
bool                           :cpp:func:`RightAlt <bool HEventInfo::RightAlt() const>`                                                                          
bool                           :cpp:func:`RightControl <bool HEventInfo::RightControl() const>`                                                                  
bool                           :cpp:func:`RightShift <bool HEventInfo::RightShift() const>`                                                                      
bool                           :cpp:func:`LButton <bool HEventInfo::LButton() const>`                                                                            
bool                           :cpp:func:`MButton <bool HEventInfo::MButton() const>`                                                                            
bool                           :cpp:func:`RButton <bool HEventInfo::RButton() const>`                                                                            
bool                           :cpp:func:`LeftArrow <bool HEventInfo::LeftArrow() const>`                                                                        
bool                           :cpp:func:`UpArrow <bool HEventInfo::UpArrow() const>`                                                                            
bool                           :cpp:func:`RightArrow <bool HEventInfo::RightArrow() const>`                                                                      
bool                           :cpp:func:`DownArrow <bool HEventInfo::DownArrow() const>`                                                                        
:doc:`classHBaseView` *        :cpp:func:`GetView <HBaseView * HEventInfo::GetView() const>`                                                                     
:doc:`classHPoint` const &     :cpp:func:`GetMousePixelPos <HPoint const  & HEventInfo::GetMousePixelPos() const>`                                               
:doc:`classHPoint` const &     :cpp:func:`GetMouseWindowPos <HPoint const  & HEventInfo::GetMouseWindowPos() const>`                                             
:doc:`classHPoint` const &     :cpp:func:`GetMouseWorldPos <HPoint const  & HEventInfo::GetMouseWorldPos() const>`                                               
:doc:`classHPoint` const &     :cpp:func:`GetMouseViewpointPos <HPoint const  & HEventInfo::GetMouseViewpointPos() const>`                                       
:doc:`classHPoint` const &     :cpp:func:`GetJoystickRotation <HPoint const  & HEventInfo::GetJoystickRotation() const>`                                         
:doc:`classHPoint` const &     :cpp:func:`GetJoystickTranslation <HPoint const  & HEventInfo::GetJoystickTranslation() const>`                                   
unsigned int                   :cpp:func:`GetChar <unsigned int HEventInfo::GetChar() const>`                                                                    
unsigned int                   :cpp:func:`GetCharRepCount <unsigned int HEventInfo::GetCharRepCount() const>`                                                    
unsigned int                   :cpp:func:`GetTimerId <unsigned int HEventInfo::GetTimerId() const>`                                                              
unsigned int                   :cpp:func:`GetFlags <unsigned int HEventInfo::GetFlags() const>`                                                                  
void                           :cpp:func:`SetType <void HEventInfo::SetType(HEventType NewType)>`                                                                
:cpp:enumerator:`~HEventType`  :cpp:func:`GetType <HEventType HEventInfo::GetType() const>`                                                                      
void                           :cpp:func:`SetPoint <void HEventInfo::SetPoint(HEventType NewType, int x, int y, unsigned int NewFlags)>`                         
void                           :cpp:func:`SetPixelPos <void HEventInfo::SetPixelPos(HEventType NewType, HPoint const &NewPoint, unsigned int NewFlags)>`         
void                           :cpp:func:`SetWindowPos <void HEventInfo::SetWindowPos(HEventType NewType, HPoint const &NewPoint, unsigned int NewFlags)>`       
void                           :cpp:func:`SetWorldPos <void HEventInfo::SetWorldPos(HEventType NewType, HPoint const &NewPoint, unsigned int NewFlags)>`         
void                           :cpp:func:`SetViewpointPos <void HEventInfo::SetViewpointPos(HEventType NewType, HPoint const &NewPoint, unsigned int NewFlags)>` 
void                           :cpp:func:`SetKey <void HEventInfo::SetKey(HEventType NewType, unsigned int nChar, unsigned int nRepCnt, unsigned int NewFlags)>` 
void                           :cpp:func:`SetTimer <void HEventInfo::SetTimer(HEventType NewType, unsigned int nIDEvent)>`                                       
void                           :cpp:func:`SetMouseWheelDelta <void HEventInfo::SetMouseWheelDelta(int NewWheelDelta)>`                                           
void                           :cpp:func:`SetFlags <void HEventInfo::SetFlags(int flags)>`                                                                       
int                            :cpp:func:`GetMouseWheelDelta <int HEventInfo::GetMouseWheelDelta() const>`                                                       
============================== ==================================================================================================================================

.. cpp:namespace:: nullptr

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

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



