src/hbcore/inputfw/hbinputmainwindow.cpp
changeset 28 b7da29130b0e
parent 21 4633027730f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   371     // this is done to come on top of all the controls in symbian OS, done to overlap soft keys as well.
   371     // this is done to come on top of all the controls in symbian OS, done to overlap soft keys as well.
   372     RWindow *rWindow = static_cast<RWindow *>(effectiveWinId()->DrawableWindow());
   372     RWindow *rWindow = static_cast<RWindow *>(effectiveWinId()->DrawableWindow());
   373     const int positionForeground(0);
   373     const int positionForeground(0);
   374     // Now window ordinal position works with latest symbian release. So giving back this window
   374     // Now window ordinal position works with latest symbian release. So giving back this window
   375     // a FEP priority. This will enable this window to come on top of any softkeys.
   375     // a FEP priority. This will enable this window to come on top of any softkeys.
   376     rWindow->SetOrdinalPosition(positionForeground, ECoeWinPriorityFep);
   376     rWindow->SetOrdinalPosition(positionForeground);
   377 #endif
   377 #endif
   378 }
   378 }
   379 
   379 
   380 void HbInputMainWindow::unlockFocus()
   380 void HbInputMainWindow::unlockFocus()
   381 {
   381 {