windowing/windowserver/nonnga/SERVER/POINTER.CPP
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 80 823021ef148e
child 164 25ffed67c7ef
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 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;