|
||
class TPointerEventData;
Passed to a Key Click Plug-in using the function CClickMaker::OtherEvent(TInt,TAny *)
when the aType value is EEventPointer. This includes information about the window the pointer event will be sent to. This
is the normally the window being clicked on by the user, but pointer capturing and grabbing may affect this.
Defined in TPointerEventData
:
EAnimDLL
The event came from an Anim DLL. EClient
The event came from a client API. EKernel
The event came from the kernel. EUnspecified
The source is not specified. TSource
A list of locations that WSERV receives events fromiClientHandle
The client handle of the window or zero if the window is not a client window.iCurrentPos
The screen position of pointer event.iPointerEvent
The full pointer event data previously passed to the CClickMaker::PointerEvent(c...iSource
The source that WSERV recieves the event from, currently set to EUnspecified as ...iVersion
The version number of the data passed with EEventPointer, current always 0.iWindowGroupId
The Window Group Identifier of the window group that is a parent (or grand paren...iWindowOrigin
The current top left of the window on the screen.TSource
A list of locations that WSERV receives events from
|
TInt iVersion;
The version number of the data passed with EEventPointer, current always 0.
TPointerEvent iPointerEvent;
The full pointer event data previously passed to the CClickMaker::PointerEvent(const TPointerEvent &)
function, except that the iParentPosition will be the actual parent position, when previously passed to the plug-in this
value was the screen position.
TUint32 iClientHandle;
The client handle of the window or zero if the window is not a client window.
TInt iWindowGroupId;
The Window Group Identifier of the window group that is a parent (or grand parent etc.) of the window the event is sent to or zero if the window is not a client window.
TSource iSource;
The source that WSERV recieves the event from, currently set to EUnspecified as this is for future expansion.