 |
WebRadioApp
0.1
|
Go to the documentation of this file.
27 #ifndef _CoreCursorGrabEvent_H
28 #define _CoreCursorGrabEvent_H
36 #if EW_RTE_VERSION != 0x000A0000
37 #error Wrong version of Embedded Wizard Runtime Environment.
41 #if EW_GFX_VERSION != 0x000A0000
42 #error Wrong version of Embedded Wizard Graphics Engine.
48 #ifndef _CoreCursorGrabEvent_
50 #define _CoreCursorGrabEvent_
97 XInt32 aStrikeCount,
XBool aAutoDeflected, CoreView aTarget,
XPoint aGlobalCurrentPos );
100 #define _CoreCursorGrabEvent__InitializeUp_
111 XInt32 aStrikeCount,
XBool aAutoDeflected, CoreView aTarget,
XPoint aGlobalCurrentPos );
114 #define _CoreCursorGrabEvent__InitializeDown_
#define EW_END_OF_FIELDS(aClass)
Definition: ewrte.h:460
#define EW_DECLARE_CLASS(aClass)
Definition: ewrte.h:393
#define EW_VARIABLE(aName, aType)
Definition: ewrte.h:464
CoreCursorGrabEvent CoreCursorGrabEvent__InitializeUp(void *_this, XInt32 aFinger, XInt32 aStrikeCount, XBool aAutoDeflected, CoreView aTarget, XPoint aGlobalCurrentPos)
Definition: Core.c:5320
signed long XInt32
Definition: ewrte.h:1586
CoreCursorGrabEvent CoreCursorGrabEvent__InitializeDown(void *_this, XInt32 aFinger, XInt32 aStrikeCount, XBool aAutoDeflected, CoreView aTarget, XPoint aGlobalCurrentPos)
Definition: Core.c:5344
char XBool
Definition: ewrte.h:1592
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
CoreCursorGrabEvent CoreCursorGrabEvent_InitializeDown(CoreCursorGrabEvent _this, XInt32 aFinger, XInt32 aStrikeCount, XBool aAutoDeflected, CoreView aTarget, XPoint aGlobalCurrentPos)
Definition: Core.c:5330
CoreCursorGrabEvent CoreCursorGrabEvent_InitializeUp(CoreCursorGrabEvent _this, XInt32 aFinger, XInt32 aStrikeCount, XBool aAutoDeflected, CoreView aTarget, XPoint aGlobalCurrentPos)
Definition: Core.c:5306
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451