windowing/windowserver/nga/SERVER/pointer.h
branchRCL_3
changeset 163 bbf46f59e123
parent 150 57c618273d5c
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
   228 
   228 
   229 	/** Threshold upon which firing of EExitHighPressure event is based */
   229 	/** Threshold upon which firing of EExitHighPressure event is based */
   230 	static TInt iExitHighPressureThreshold;
   230 	static TInt iExitHighPressureThreshold;
   231 	
   231 	
   232 	/** Used to offset the y pointer */
   232 	/** Used to offset the y pointer */
   233 	/** upgraded to use dynamic value */
   233 	static TInt iYOffset;
   234 	static TInt iYOffsetTop;
       
   235 	static TInt iYOffsetBottom;
       
   236 	static TInt iYOffsetMax;
       
   237 	
   234 	
   238 #if defined(__WINS__)
   235 #if defined(__WINS__)
   239 	/** Tell whether to rotate pointer coords in _WINS_ builds */
   236 	/** Tell whether to rotate pointer coords in _WINS_ builds */
   240 	static TBool iEmulatorRotatePointerCoords;
   237 	static TBool iEmulatorRotatePointerCoords;
   241 #endif
   238 #endif