bluetoothengine/bthid/mouse/hidmousedriver/inc/mouse.h
branchRCL_3
changeset 39 5a89845f78e2
parent 16 b23265fb36da
equal deleted inserted replaced
35:95674584745d 39:5a89845f78e2
   174     void MoveCursor(const TPoint& aPoint);
   174     void MoveCursor(const TPoint& aPoint);
   175     TInt PostPointer(const TPoint& aPoint);
   175     TInt PostPointer(const TPoint& aPoint);
   176     TInt SendButtonEvent(TBool aButtonDown);
   176     TInt SendButtonEvent(TBool aButtonDown);
   177 
   177 
   178     void LaunchApplicationL(const TDesC& aName);
   178     void LaunchApplicationL(const TDesC& aName);
   179     //void LaunchApplicationL(TInt aAppUid);
   179     
       
   180     TBool IsAlreadyRunning();
   180 
   181 
   181 private:
   182 private:
   182     // The Generic HID layer
   183     // The Generic HID layer
   183     MDriverAccess *iGenericHid;
   184     MDriverAccess *iGenericHid;
   184 
   185