#include <UIContext.h>
Public Member Functions | |
| Context (RavBitmapFont *m_font) | |
| Instantiate with a reference to the font you want it to use. | |
| RavBitmapFont * | getFont () |
| Returns a pointer to the font in use. | |
| bool | isActive (ID &a) |
| Checks to see if the context contains an ID, and if this ID is active. | |
| bool | isHot (ID &a) |
| Checks to see if a given ID is "hot" (e.g. hovered over). | |
| void | setActive (ID a) |
| Makes an ID active. | |
| void | unsetActive () |
| Makes no ID active. | |
| void | setHot (ID a) |
| Makes an ID "hot". | |
| void | unsetHot () |
| Makes no ID "hot". | |
1.4.7