|
VoltAir
|
Manager for the state of a set of MultiTouchMenuIcons. More...
Public Member Functions | |
| void | resetIcons () |
| Resets the MultiTouchMenuIcon::buttonPressed state for all managed icons. More... | |
| void | isIcon (Item item) |
Returns whether or not item is a managed MultiTouchMenuIcon in icons. More... | |
Properties | |
| var | icons |
| MultiTouchMenuIcons whose MultiTouchMenuIcon::buttonPressed state to manage. More... | |
Manager for the state of a set of MultiTouchMenuIcons.
This class defines an area that intercepts multi-touch events and maps these events to changes in MultiTouchMenuIcon::buttonPressed state.
To enable use of a MultiTouchMenuIcon, add them first to the MultiTouchMenuIcon's parent and then append it to the icons set.
| void MultiTouchMenuIconManager::isIcon | ( | Item | item | ) |
Returns whether or not item is a managed MultiTouchMenuIcon in icons.
| item | Item to check if it is a managed MultiTouchMenuIcon |
| void MultiTouchMenuIconManager::resetIcons | ( | ) |
Resets the MultiTouchMenuIcon::buttonPressed state for all managed icons.
| var MultiTouchMenuIconManager::icons |
MultiTouchMenuIcons whose MultiTouchMenuIcon::buttonPressed state to manage.