equal
deleted
inserted
replaced
1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
43 CWsPointerCursor *WsPointer::iCursorSprite; |
43 CWsPointerCursor *WsPointer::iCursorSprite; |
44 CWsPointerTimer *WsPointer::iRepeatTimer=NULL; |
44 CWsPointerTimer *WsPointer::iRepeatTimer=NULL; |
45 TPointerCursorMode WsPointer::iPointerCursorMode=EPointerCursorNormal; |
45 TPointerCursorMode WsPointer::iPointerCursorMode=EPointerCursorNormal; |
46 CWsWindow *WsPointer::iRepeatWindow=NULL; |
46 CWsWindow *WsPointer::iRepeatWindow=NULL; |
47 TRect WsPointer::iRepeatRect; |
47 TRect WsPointer::iRepeatRect; |
48 TXYInputType WsPointer::iXyInputType; |
48 TXYInputType WsPointer::iXyInputType; |
49 TUint WsPointer::iLastUnmatchedDown1; |
49 TUint WsPointer::iLastUnmatchedDown1; |
50 TUint WsPointer::iLastUnmatchedDown2; |
50 TUint WsPointer::iLastUnmatchedDown2; |
51 TUint WsPointer::iLastUnmatchedDown3; |
51 TUint WsPointer::iLastUnmatchedDown3; |
52 TBool WsPointer::iTimerQueued; |
52 TBool WsPointer::iTimerQueued; |
53 TBool WsPointer::iUpdateRequired; |
53 TBool WsPointer::iUpdateRequired; |