bWidgets
Core widget toolkit designed for Blender
|
#include <bwEvent.h>
Public Types | |
enum class | Button { LEFT , RIGHT , WHEEL , UNKNOWN } |
Public Member Functions | |
bwMouseButtonEvent (Button _button, bwPoint _location) | |
Public Member Functions inherited from bWidgets::bwEvent | |
bwEvent (bwPoint _location) | |
virtual | ~bwEvent ()=default |
void | swallow () |
void | unswallow () |
auto | isSwallowed () const -> bool |
Public Attributes | |
const Button | button |
Public Attributes inherited from bWidgets::bwEvent | |
const bwPoint | location |
|
strong |
const Button bWidgets::bwMouseButtonEvent::button |