equal
deleted
inserted
replaced
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 /** |