31 #ifndef _MH5INTERACTIBLE_H 32 #define _MH5INTERACTIBLE_H 53 MHEG5Bool highlightStatus;
54 MHEG5Bool interactionStatus;
void MHEG5interactibleDeactivate(MHEG5Interactible *interactible)
Implementation of the deactivation behaviour of the interactible class. This behaviour was introduced...
Definition: mh5interactible.c:151
Definition: mh5base.h:169
Definition: mh5interactible.h:44
Definition: mh5base.h:147
void MHEG5interactibleInit(MHEG5Interactible *interactible)
<Function description>="">
Definition: mh5interactible.c:102
void MHEG5interactibleFree(MHEG5Interactible *interactible)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5interactible.c:130
void MHEG5interactiblePrepare(MHEG5Interactible *interactible)
Sets all internal attributes for the specified object to their default values.
Definition: mh5interactible.c:115