mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a new soft-keyboard type TextInputTarget::decimalKeyboard.
This commit is contained in:
parent
c1dbb8684a
commit
854a3e98d0
4 changed files with 10 additions and 8 deletions
|
|
@ -79,6 +79,7 @@ public:
|
|||
{
|
||||
textKeyboard = 0,
|
||||
numericKeyboard,
|
||||
decimalKeyboard,
|
||||
urlKeyboard,
|
||||
emailAddressKeyboard,
|
||||
phoneNumberKeyboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue