OpenEnroth 73e68f7
|
#include <PlatformEvents.h>
Public Attributes | |
PlatformMouseButton | button |
PlatformMouseButtons | buttons |
Pointi | pos |
bool | isDoubleClick = false |
Public Attributes inherited from PlatformWindowEvent | |
PlatformWindow * | window = nullptr |
Public Attributes inherited from PlatformEvent | |
PlatformEventType | type = EVENT_INVALID |
Additional Inherited Members | |
Public Member Functions inherited from PlatformEvent | |
virtual | ~PlatformEvent ()=default |
PlatformMouseButton PlatformMouseEvent::button |
PlatformMouseButtons PlatformMouseEvent::buttons |
bool PlatformMouseEvent::isDoubleClick = false |
Pointi PlatformMouseEvent::pos |