Bandidos
Public Attributes | List of all members
com.mygdx.game.touchinput.TouchEvent.TouchType Enum Reference

Public Attributes

 Started
 
 Dragged
 
 Ended
 

Detailed Description

The type of touch which the touch represents Inc. Started, Dragged and Ended

Author
Ramses Di Perna

Member Data Documentation

◆ Dragged

com.mygdx.game.touchinput.TouchEvent.TouchType.Dragged

When the already started touch position changed

◆ Ended

com.mygdx.game.touchinput.TouchEvent.TouchType.Ended

When the touch has been ended

◆ Started

com.mygdx.game.touchinput.TouchEvent.TouchType.Started

When the touch has just been started


The documentation for this enum was generated from the following file: