kernel/eka/include/drivers/xyin.h
branchRCL_3
changeset 36 bbf8bed59bcb
parent 0 a41df078684a
equal deleted inserted replaced
28:5b5d147c7838 36:bbf8bed59bcb
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-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".
    24 #ifndef __M32XYIN_H__
    24 #ifndef __M32XYIN_H__
    25 #define __M32XYIN_H__
    25 #define __M32XYIN_H__
    26 #include <kernel/kpower.h>
    26 #include <kernel/kpower.h>
    27 #include <platform.h>
    27 #include <platform.h>
    28 #include <e32hal.h>
    28 #include <e32hal.h>
       
    29 
    29 
    30 
    30 #ifdef _DEBUG
    31 #ifdef _DEBUG
    31 //#define __DIGITISER_DEBUG1__
    32 //#define __DIGITISER_DEBUG1__
    32 //#define __DIGITISER_DEBUG2__
    33 //#define __DIGITISER_DEBUG2__
    33 #endif
    34 #endif
   178 	TPoint* iBuffer;				// delay line for samples
   179 	TPoint* iBuffer;				// delay line for samples
   179 	TPoint iLastPos;				// last pen position
   180 	TPoint iLastPos;				// last pen position
   180 	TState iState;
   181 	TState iState;
   181 	TInt iCount;
   182 	TInt iCount;
   182 	TUint8 iPointerOn;
   183 	TUint8 iPointerOn;
       
   184 	TInt iOrientation;	 			// HALData::TDigitizerOrientation
   183 	};
   185 	};
   184 
   186 
   185 
   187 
   186 
   188 
   187 #endif
   189 #endif