windowing/windowserver/nga/SERVER/pointer.h
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
equal deleted inserted replaced
163:bbf46f59e123 164:25ffed67c7ef
   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 	static TInt iYOffset;
   233 	/** upgraded to use dynamic value */
       
   234 	static TInt iYOffsetTop;
       
   235 	static TInt iYOffsetBottom;
       
   236 	static TInt iYOffsetMax;
   234 	
   237 	
   235 #if defined(__WINS__)
   238 #if defined(__WINS__)
   236 	/** Tell whether to rotate pointer coords in _WINS_ builds */
   239 	/** Tell whether to rotate pointer coords in _WINS_ builds */
   237 	static TBool iEmulatorRotatePointerCoords;
   240 	static TBool iEmulatorRotatePointerCoords;
   238 #endif
   241 #endif