toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.ui
/
UIFocusable
UIFocusable
interface
UIFocusable
Inheritors
TextEditController
UIFocusableView
Members
Members & Extensions
Properties
focused
Link copied to clipboard
var
UIFocusable
.
focused
:
Boolean
focus
View
Link copied to clipboard
abstract
val
UIFocusManager.Scope
.
focusView
:
View
is
Focusable
Link copied to clipboard
abstract
val
isFocusable
:
Boolean
tab
Index
Link copied to clipboard
abstract
var
tabIndex
:
Int
Functions
blur
Link copied to clipboard
fun
UIFocusable
.
blur
(
)
focus
Link copied to clipboard
fun
UIFocusable
.
focus
(
)
focus
Changed
Link copied to clipboard
abstract
fun
focusChanged
(
value
:
Boolean
)