kernel/eka/include/e32hal.h
changeset 291 206a6eaaeb71
parent 0 a41df078684a
equal deleted inserted replaced
289:55a0a1279a7e 291:206a6eaaeb71
   214 	TUint8 iAlphaSupported;	/**< A Boolean value that indicates if rotation of the pointing device along its main axis is supported.*/
   214 	TUint8 iAlphaSupported;	/**< A Boolean value that indicates if rotation of the pointing device along its main axis is supported.*/
   215 	TUint8 iPressureSupported; /**< A Boolean value that indicates if pressure applied on screen is supported.*/
   215 	TUint8 iPressureSupported; /**< A Boolean value that indicates if pressure applied on screen is supported.*/
   216 	TInt iProximityStep;    /**<proximity resolution, e.g. proximity readings change in steps of 1, 5, 10, ... */
   216 	TInt iProximityStep;    /**<proximity resolution, e.g. proximity readings change in steps of 1, 5, 10, ... */
   217 	TInt iMaxPressure;      /**< maximum pressure reading*/
   217 	TInt iMaxPressure;      /**< maximum pressure reading*/
   218 	TInt iPressureStep;     /**< pressure resolution, */	
   218 	TInt iPressureStep;     /**< pressure resolution, */	
   219 	TUint8 iMaxPointers;    /**< max number of multi-touch pointers supported by hardware/driver.*/ 
   219 	TUint8 iMaxPointers;    /**< max number of multipletouch pointers supported by hardware/driver.*/ 
   220 	TUint8 iNumberOfPointers;/**< Number of pointers it supports (settable).*/
   220 	TUint8 iNumberOfPointers;/**< Number of pointers it supports (settable).*/
   221 	};
   221 	};
   222 
   222 
   223 
   223 
   224 /**
   224 /**