Upgrade to v2.5
Fyne API v2.5
app
canvas
container
data/binding
data/validation
dialog
driver
package driver
AndroidContext
AndroidWindowContext
MacWindowContext
NativeWindow
UnknownContext
WaylandWindowContext
WindowsWindowContext
X11WindowContext
driver/desktop
package desktop
App
Canvas
Cursor
Cursorable
CustomShortcut
Driver
Hoverable
Keyable
Modifier
Mouseable
MouseButton
MouseEvent
StandardCursor
driver/mobile
driver/software
lang
layout
storage
storage/repository
test
theme
widget
Fyne API "mobile.KeyboardType"
mobile.KeyboardType
import "fyne.io/fyne/v2/driver/mobile"
Usage
type KeyboardType
type KeyboardType int32
KeyboardType represents a type of virtual keyboard
const (
// DefaultKeyboard is the keyboard with default input style and "return" return key
DefaultKeyboard KeyboardType = iota
// SingleLineKeyboard is the keyboard with default input style and "Done" return key
SingleLineKeyboard
// NumberKeyboard is the keyboard with number input style and "Done" return key
NumberKeyboard
// PasswordKeyboard is used to ensure that text is not leaked to 3rd party keyboard providers
PasswordKeyboard
)