public static interface Events.InputEvent
Modifier and Type | Method and Description |
---|---|
int |
getItemPosition()
Returns the adapter position of the item under the finger/cursor.
|
Point |
getOrigin() |
boolean |
isActionDown()
Returns true if the action is the initial press of a mouse or touch.
|
boolean |
isActionUp()
Returns true if the action is the final release of a mouse or touch.
|
boolean |
isMouseEvent() |
boolean |
isOverItem()
Returns true if the there is an item under the finger/cursor.
|
boolean |
isPrimaryButtonPressed() |
boolean |
isSecondaryButtonPressed() |
boolean |
isShiftKeyDown() |
boolean isMouseEvent()
boolean isPrimaryButtonPressed()
boolean isSecondaryButtonPressed()
boolean isShiftKeyDown()
boolean isActionDown()
boolean isActionUp()
Point getOrigin()
boolean isOverItem()
int getItemPosition()