185 const std::map<u8, HifPoint*>&
GetStatus();
Class for decoding and managing HIF events.
Definition hif_decoder.h:115
const b8HifMouseStatus * GetMouseStatus()
Retrieves the current mouse or touch panel status.
Definition hif_decoder.cpp:40
~CHifDecoder()
Destructs the CHifDecoder object.
Definition hif_decoder.cpp:36
CHifDecoder()
Constructs a CHifDecoder object.
Definition hif_decoder.cpp:32
const std::map< u8, HifPoint * > & GetStatus()
Retrieves the current status of active input points.
Definition hif_decoder.cpp:44
Definition hif_decoder.cpp:10
Structure representing a single input point (touch or mouse).
Definition hif_decoder.h:83
PointType
Enumeration of input point types.
Definition hif_decoder.h:87
@ Touch
Definition hif_decoder.h:90
@ None
Definition hif_decoder.h:88
@ Mouse
Definition hif_decoder.h:89
PointType ptype
Definition hif_decoder.h:94
b8HifEvent ev
Definition hif_decoder.h:95
HifPoint(const b8HifEvent &ev_)
Constructs a HifPoint with the given event.
Definition hif_decoder.h:102
u32 hdl
Definition hif_decoder.h:93