![]() |
Clapkit
|
Defines an event raised by the framework, mostly for user actions. More...
#include <ckTypes.h>
Public Member Functions | |
CKEvent (CKEventType type) | |
CKEvent (CKEventType type, CKPoint point) | |
void | fillFromOS (EventRecord e) |
Public Attributes | |
CKEventType | type |
CKPoint | point |
CKMouseButton | mouseButton |
bool | shiftDown = false |
bool | cmdDown = false |
bool | optDown = false |
bool | ctrlDown = false |
char | key |
char | character |
const CKWindow * | window = nullptr |
const CKControl * | control = nullptr |
Defines an event raised by the framework, mostly for user actions.
|
inline |
|
inline |
|
inline |
char CKEvent::character |
bool CKEvent::cmdDown = false |
const CKControl* CKEvent::control = nullptr |
bool CKEvent::ctrlDown = false |
char CKEvent::key |
CKMouseButton CKEvent::mouseButton |
bool CKEvent::optDown = false |
CKPoint CKEvent::point |
bool CKEvent::shiftDown = false |
CKEventType CKEvent::type |
const CKWindow* CKEvent::window = nullptr |