12 строки
178 B
C#
12 строки
178 B
C#
|
namespace XamarinTV.Models
|
|||
|
{
|
|||
|
public enum TouchActionType
|
|||
|
{
|
|||
|
Entered,
|
|||
|
Pressed,
|
|||
|
Moved,
|
|||
|
Released,
|
|||
|
Exited,
|
|||
|
Cancelled
|
|||
|
}
|
|||
|
}
|