kingkeyboard
androidJvm
kingkeyboard
/
com.king.keyboard
/
KeyboardView
/
OnKeyboardActionListener
On
Keyboard
Action
Listener
interface
OnKeyboardActionListener
Listener for virtual keyboard events.
Members
Functions
on
Key
Link copied to clipboard
abstract
fun
onKey
(
primaryCode
:
Int
,
keyCodes
:
Array
<
Int
>
)
Send a key press to the listener.
on
Press
Link copied to clipboard
abstract
fun
onPress
(
primaryCode
:
Int
)
Called when the user presses a key.
on
Release
Link copied to clipboard
abstract
fun
onRelease
(
primaryCode
:
Int
)
Called when the user releases a key.
on
Text
Link copied to clipboard
abstract
fun
onText
(
text
:
CharSequence
)
Sends a sequence of characters to the listener.
swipe
Down
Link copied to clipboard
abstract
fun
swipeDown
(
)
Called when the user quickly moves the finger from up to down.
swipe
Left
Link copied to clipboard
abstract
fun
swipeLeft
(
)
Called when the user quickly moves the finger from right to left.
swipe
Right
Link copied to clipboard
abstract
fun
swipeRight
(
)
Called when the user quickly moves the finger from left to right.
swipe
Up
Link copied to clipboard
abstract
fun
swipeUp
(
)
Called when the user quickly moves the finger from down to up.