renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-ui
/
renetik.android.ui.view
/
CSTouchEventArgs
CSTouch
Event
Args
data
class
CSTouchEventArgs
(
val
event
:
MotionEvent
,
var
isConsumed
:
Boolean
=
false
)
Members
Constructors
CSTouch
Event
Args
Link copied to clipboard
constructor
(
event
:
MotionEvent
,
isConsumed
:
Boolean
=
false
)
Properties
action
Link copied to clipboard
val
action
:
Int
action
Masked
Link copied to clipboard
val
actionMasked
:
Int
event
Link copied to clipboard
val
event
:
MotionEvent
is
Consumed
Link copied to clipboard
var
isConsumed
:
Boolean
Functions
consume
Link copied to clipboard
fun
consume
(
)