Wrapper class that stores either mouse button index or finger index.
More...
Wrapper class that stores either mouse button index or finger index.
- Examples
- /github/workspace/aui.views/src/AUI/View/AView.h.
◆ button()
AOptional< AInput::Key > APointerIndex::button |
( |
| ) |
const |
|
inlinenoexcept |
◆ finger()
AOptional< int > APointerIndex::finger |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- finger index, if it is.
◆ isButton()
bool APointerIndex::isButton |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- true if (mouse) button.
◆ isFinger()
bool APointerIndex::isFinger |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- true if finger index.
#include <AUI/Event/APointerIndex.h>
The documentation for this class was generated from the following file: