windowing/windowserver/nga/SERVER/pointer.h
branchRCL_3
changeset 17 e375a7921169
parent 2 5e30ef2e26cb
child 18 57c618273d5c
equal deleted inserted replaced
15:7f6e7753e018 17:e375a7921169
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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".
   227 
   227 
   228 	/** Threshold upon which firing of EExitHighPressure event is based */
   228 	/** Threshold upon which firing of EExitHighPressure event is based */
   229 	static TInt iExitHighPressureThreshold;
   229 	static TInt iExitHighPressureThreshold;
   230 	
   230 	
   231 	/** Used to offset the y pointer */
   231 	/** Used to offset the y pointer */
   232 	static TInt iYOffset;
   232 	/** upgraded to use dynamic value */
       
   233 	static TInt iYOffsetTop;
       
   234 	static TInt iYOffsetBottom;
       
   235 	static TInt iYOffsetMax;
   233 	
   236 	
   234 #if defined(__WINS__)
   237 #if defined(__WINS__)
   235 	/** Tell whether to rotate pointer coords in _WINS_ builds */
   238 	/** Tell whether to rotate pointer coords in _WINS_ builds */
   236 	static TBool iEmulatorRotatePointerCoords;
   239 	static TBool iEmulatorRotatePointerCoords;
   237 #endif
   240 #endif