bluetoothengine/bthid/mouse/Sesame_client/src/clientimagecommander.cpp
changeset 17 f05641c183ff
parent 15 00f9ee97d895
child 40 997690c3397a
equal deleted inserted replaced
15:00f9ee97d895 17:f05641c183ff
   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