renetik-android-framework
renetik-android-controller
/
renetik.android.controller.base
/
CSOnKeyDownResult
CSOn
Key
Down
Result
class
CSOnKeyDownResult
(
val
keyCode
:
Int
,
val
event
:
KeyEvent
)
Content copied to clipboard
Constructors
Properties
Constructors
CSOn
Key
Down
Result
Link copied to clipboard
fun
CSOnKeyDownResult
(
keyCode
:
Int
,
event
:
KeyEvent
)
Content copied to clipboard
Properties
event
Link copied to clipboard
val
event
:
KeyEvent
Content copied to clipboard
key
Code
Link copied to clipboard
val
keyCode
:
Int
Content copied to clipboard
return
Value
Link copied to clipboard
val
returnValue
:
CSProperty
<
Boolean
>
Content copied to clipboard