bluetoothengine/bthid/mouse/PaintCursor/src/paintcursorappview.cpp
branchRCL_3
changeset 11 a42ed326b458
parent 0 f63038272f30
child 13 b6f55cd40afd
equal deleted inserted replaced
10:0707dd69d236 11:a42ed326b458
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 #include <coecntrl.h>
    19 #include "paintcursorappview.h"
    19 #include "paintcursorappview.h"
    20 #include "pointmsgqueue.h"
    20 #include "pointmsgqueue.h"
    21 #include "debug.h"
    21 #include "debug.h"
    22 
    22 
    23 
    23 
   153         }
   153         }
   154 
   154 
   155     iMouseInitialized = ETrue;
   155     iMouseInitialized = ETrue;
   156     }
   156     }
   157 
   157 
       
   158 void CPaintCursorAppView::HandleResourceChange( TInt aType )
       
   159     {
       
   160     CCoeControl::HandleResourceChange( aType );
       
   161     if ( aType == KEikDynamicLayoutVariantSwitch )
       
   162         {
       
   163         TRect mainPaneRect;
       
   164         AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EMainPane, mainPaneRect );
       
   165         SetRect( mainPaneRect );
       
   166         DrawNow();
       
   167         }
       
   168     }
       
   169 
       
   170 void CPaintCursorAppView::HandleControlEventL(
       
   171     CCoeControl* /*aControl*/, TCoeEvent /*aEventType*/ )
       
   172     {
       
   173     }
       
   174 
       
   175