First public contribution.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Client interface to the pointer click plugin.
18 #ifndef __MULTIPTRCLICK_H__
19 #define __MULTIPTRCLICK_H__
21 #ifndef __W32CLICK_H__
25 #include <graphics/pointereventdata.h>
27 #define MULTIPTR_CLICK_THIRD_UID 268455781
29 _LIT(KMultiPtrClickChunk, "PointerClickChunk");
31 enum TMultiPtrClickCommands
33 EMultiPtrClickEventAdd,
34 EMultiPtrClickEventError,
35 EMultiPtrClickEventErrorDesc,
36 EMultiPtrClickEventReset,
37 EMultiPtrOtherEventAdd,
40 union TMultiPtrClickArgUnion
43 const TWsEvent* WsEvent;
44 const TPointerEventData* OtherEvent;
47 #endif //__MULTIPTRCLICK_H__