bluetoothengine/bthid/mouse/PaintCursor/src/paintcursorappview.cpp
changeset 25 9c3798b88e30
parent 24 8930e1d1d530
child 16 b23265fb36da
equal deleted inserted replaced
24:8930e1d1d530 25:9c3798b88e30
   162         {
   162         {
   163         TRect mainPaneRect;
   163         TRect mainPaneRect;
   164         AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EMainPane, mainPaneRect );
   164         AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EMainPane, mainPaneRect );
   165         SetRect( mainPaneRect );
   165         SetRect( mainPaneRect );
   166         DrawNow();
   166         DrawNow();
       
   167         if (iMouseInitialized)
       
   168             {
       
   169             iClientCommander.ImageCommand( KRedrawBTCursorAnim );
       
   170             }
   167         }
   171         }
   168     }
   172     }
   169 
   173 
   170 void CPaintCursorAppView::HandleControlEventL(
   174 void CPaintCursorAppView::HandleControlEventL(
   171     CCoeControl* /*aControl*/, TCoeEvent /*aEventType*/ )
   175     CCoeControl* /*aControl*/, TCoeEvent /*aEventType*/ )