diff -r 3999188eafd0 -r 524118fd998f omap3530/beagle_drivers/serialmouse/serialmouse.h --- a/omap3530/beagle_drivers/serialmouse/serialmouse.h Tue Feb 02 21:04:35 2010 +0000 +++ b/omap3530/beagle_drivers/serialmouse/serialmouse.h Tue Feb 09 19:13:57 2010 +0000 @@ -39,6 +39,9 @@ void Clip(TInt& aX, TInt& aY); void GetScreenInfo(); + // AndyS support for sending keyboard events + void AddKey( TUint aKey ); + enum TState { ENormal, EEscapingStart, EEscapingType1, EEscapingType2 }; private: TDfc iKeyDfc; @@ -61,7 +64,7 @@ TInt iLastY; TBool iLastLeftButtonDown; TBool iLastRightButtonDown; - + #ifdef _FRAME_BUFFER_CURSOR_ void DrawCursor(TInt x, TInt y); void Blit(TInt x, TInt y, TUint16 aColour);