|
bWidgets
Core widget toolkit designed for Blender
|
#include <bwEvent.h>
Inheritance diagram for bWidgets::bwEvent:
Collaboration diagram for bWidgets::bwEvent:Public Member Functions | |
| bwEvent (bwPoint _location) | |
| virtual | ~bwEvent ()=default |
| void | swallow () |
| void | unswallow () |
| auto | isSwallowed () const -> bool |
Public Attributes | |
| const bwPoint | location |
| bWidgets::bwEvent::bwEvent | ( | bwPoint | _location | ) |
|
virtualdefault |
| auto bWidgets::bwEvent::isSwallowed | ( | ) | const -> bool |
| void bWidgets::bwEvent::swallow | ( | ) |
| void bWidgets::bwEvent::unswallow | ( | ) |
| const bwPoint bWidgets::bwEvent::location |
Where did the event happen?