src/hbplugins/inputmethods/touchinput/hbinputqwerty10x4touchkeyboard.cpp
changeset 34 ed14f46c0e55
parent 7 923ff622b8b9
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    34 #include "hbinputvkbwidget_p.h"
    34 #include "hbinputvkbwidget_p.h"
    35 #include "hbinputbuttongroup.h"
    35 #include "hbinputbuttongroup.h"
    36 #include "hbinputbutton.h"
    36 #include "hbinputbutton.h"
    37 #include "hbinputmodeindicator.h"
    37 #include "hbinputmodeindicator.h"
    38 
    38 
    39 const qreal HbKeyboardHeightInUnits = 33.7;
    39 const qreal HbKeyboardHeightInUnits = 27.0;
    40 const qreal HbKeyboardWidthInUnits = 95.5;
    40 const qreal HbKeyboardWidthInUnits = 95.5;
    41 
    41 
    42 const int HbVirtualQwertyNumberOfRows = 4;
    42 const int HbVirtualQwertyNumberOfRows = 4;
    43 const int HbVirtualQwertyNumberOfColumns = 10;
    43 const int HbVirtualQwertyNumberOfColumns = 10;
    44 const int HbButtonKeyCodeTable[HbVirtualQwertyNumberOfRows * HbVirtualQwertyNumberOfColumns - 1] =
    44 const int HbButtonKeyCodeTable[HbVirtualQwertyNumberOfRows * HbVirtualQwertyNumberOfColumns - 1] =