public class ModifierTouchEventArgs extends java.lang.Object implements ICleanable
Modifier and Type | Field and Description |
---|---|
android.view.MotionEvent |
e
The
MotionEvent instance |
boolean |
isHandled
Gets or sets whether this event is Handled
|
boolean |
isInSourceBounds
If True, then this motion event occurred inside the master
IPublishMotionEvents . |
boolean |
isMaster
If True, then this motion event occurred on a master
IPublishMotionEvents . |
IReceiveMotionEvents |
source
Source of event
|
Constructor and Description |
---|
ModifierTouchEventArgs() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the current state of this object
|
public IReceiveMotionEvents source
public boolean isMaster
IPublishMotionEvents
.public boolean isInSourceBounds
IPublishMotionEvents
.public boolean isHandled
public android.view.MotionEvent e
MotionEvent
instancepublic void clear()
clear
in interface ICleanable