|
SDL Window Engine
20200905
|
event класс кнопки мыши Подробнее...
#include <swe_events.h>
Открытые члены | |
| ButtonEvent (ButtonType type=ButtonNone) | |
| ButtonEvent (ButtonType type, const Point &pos) | |
| void | setPosition (const Point &pos) |
| const Point & | position (void) const |
Открытые члены унаследованные от SWE::MouseButton | |
| MouseButton (ButtonType type=ButtonNone) | |
| bool | isButton (ButtonType type) const |
| bool | isButtonLeft (void) const |
| bool | isButtonRight (void) const |
| bool | isButtonMiddle (void) const |
| bool | isButtonX1 (void) const |
| bool | isButtonX2 (void) const |
| const ButtonType & | button (void) const |
Защищенные данные | |
| Point | coord |
Защищенные данные унаследованные от SWE::MouseButton | |
| ButtonType | btn |
event класс кнопки мыши
1.8.14