bluetoothengine/bthid/mouse/hidmousedriver/inc/mouse.h
branchRCL_3
changeset 16 b23265fb36da
parent 0 f63038272f30
child 39 5a89845f78e2
equal deleted inserted replaced
14:f7fbeaeb166a 16:b23265fb36da
   134      * @since S60 v5.0     
   134      * @since S60 v5.0     
   135      * @param aHandlingReg  a Input handling registry
   135      * @param aHandlingReg  a Input handling registry
   136      */
   136      */
   137     virtual void SetInputHandlingReg(CHidInputDataHandlingReg* aHandlingReg);
   137     virtual void SetInputHandlingReg(CHidInputDataHandlingReg* aHandlingReg);
   138 
   138 
       
   139     //redraw cursor
       
   140     void CursorRedraw();
       
   141 
   139 private:
   142 private:
   140     // Constructor taking a pointer to the HID layer requesting the driver
   143     // Constructor taking a pointer to the HID layer requesting the driver
   141     // instance
   144     // instance
   142     CHidMouseDriver(MDriverAccess* aHid);
   145     CHidMouseDriver(MDriverAccess* aHid);
   143 
   146