bluetoothengine/bthid/mouse/Sesame_client/src/clientimagecommander.cpp
branchRCL_3
changeset 12 b23265fb36da
parent 10 b6f55cd40afd
child 22 613943a21004
equal deleted inserted replaced
11:f7fbeaeb166a 12:b23265fb36da
   173 //
   173 //
   174 EXPORT_C void RImageCommander::ImageCommand( TInt aCommand )
   174 EXPORT_C void RImageCommander::ImageCommand( TInt aCommand )
   175     {
   175     {
   176     // Could optionally decode the commands here
   176     // Could optionally decode the commands here
   177     DBG(RDebug::Print(_L("RImageCommander::ImageCommand %d"), aCommand));
   177     DBG(RDebug::Print(_L("RImageCommander::ImageCommand %d"), aCommand));
   178     if ( aCommand == KRedrawBTCursorAnim ) 
   178     if ( aCommand == KResetBTCursorAnim ) 
   179         {
   179         {
   180         //reset the current location to avoid sudden jumping 
   180         //reset the current location to avoid sudden jumping 
   181         iCurrentPoint.SetXY(0,0);
   181         iCurrentPoint.SetXY(0,0);
   182         }
   182         }
   183 
   183