C# Class TouchSerializer, Navi

Afficher le fichier Open project: vmohan7/Navi Class Usage Examples

Méthodes publiques

Свойство Type Description
fingerID int
phase int
position_x float
position_y float
tapCount int

Méthodes publiques

Méthode Description
Fill ( Touch t ) : void

Convenience method to fill the data for the struct

Private Methods

Méthode Description
IntLookup ( TouchPhase phase ) : int

Method to convert a touch phase into an int

Method Details

Fill() public méthode

Convenience method to fill the data for the struct
public Fill ( Touch t ) : void
t Touch
Résultat void

Property Details

fingerID public_oe property

public int fingerID
Résultat int

phase public_oe property

public int phase
Résultat int

position_x public_oe property

public float position_x
Résultat float

position_y public_oe property

public float position_y
Résultat float

tapCount public_oe property

public int tapCount
Résultat int