equal
deleted
inserted
replaced
1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 1995-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 the License "Eclipse Public License v1.0" |
4 // under the terms of the License "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". |
1987 - TAny* a2 : NULL |
1987 - TAny* a2 : NULL |
1988 |
1988 |
1989 @see TPckgBuf |
1989 @see TPckgBuf |
1990 @see TDigitiserInfoV02 |
1990 @see TDigitiserInfoV02 |
1991 */ |
1991 */ |
1992 EDigitiserHal3DInfo |
1992 EDigitiserHal3DInfo, |
|
1993 |
|
1994 /** |
|
1995 Get or sets the digitiser driver's current orientation property. |
|
1996 Requirements of the HAL function handler's 2nd, 3rd and 4th parameters: |
|
1997 |
|
1998 - TInt aFunction : This enum value. |
|
1999 - TAny* a1 : if Set, a TDigitiserOrientation value the driver should now use |
|
2000 : If Get, a pointer to a TDigitiserOrientation. The HAL function |
|
2001 : needs to set its value to the current value used in the driver. |
|
2002 - TAny* a2 : Cast to a TInt. Should be assigned the value |
|
2003 : EFalse - Get property; ETrue - Set property |
|
2004 |
|
2005 @see HALData::TDigitiserOrientation |
|
2006 @capability WriteDeviceData To set the property, None to read |
|
2007 */ |
|
2008 EDigitiserOrientation |
1993 |
2009 |
1994 }; |
2010 }; |
1995 |
2011 |
1996 |
2012 |
1997 |
2013 |