equal
deleted
inserted
replaced
25 |
25 |
26 #include "hbinputbutton.h" |
26 #include "hbinputbutton.h" |
27 |
27 |
28 /// @cond |
28 /// @cond |
29 |
29 |
|
30 /*! |
|
31 @stable |
|
32 @hbinput |
|
33 \class HbInputButton |
|
34 \brief Provides vkb button definitions used by HbInputButtonGroup |
|
35 |
|
36 \sa HbInputButtonGroup |
|
37 */ |
|
38 |
30 // Defines how much the button size should be increased from its original size. |
39 // Defines how much the button size should be increased from its original size. |
31 const qreal HbInputThresholdMultiplier = 0.25; |
40 const qreal HbInputThresholdMultiplier = 0.25; |
32 |
41 |
33 // Threshold for touch point position comparison |
42 // Threshold for touch point position comparison |
34 const qreal HbInputTouchThreshold = 5.0; |
43 const qreal HbInputTouchThreshold = 5.0; |