7
8
9
10
11
12
13
18
19
20
21#define GUM_EVENT_KEY_TYPE (GBL_TYPEID (GUM_Event_Key))
22#define GUM_EVENT_KEY(self) (GBL_CAST (GUM_Event_Key, self))
23#define GUM_EVENT_KEY_CLASS(klass) (GBL_CLASS_CAST (GUM_Event_Key, klass))
24#define GUM_EVENT_KEY_CLASSOF(self) (GBL_CLASSOF (GUM_Event_Key, self))
27#define GBL_SELF_TYPE GUM_Event_Key
30GBL_FORWARD_DECLARE_STRUCT(GUM_Event_Key);
33
34
35
36
37
42
43
44
45
46
47