Method | Description | |
---|---|---|
GetCurrentState ( ) : TouchCollection |
Get the current Mouse input state.
|
|
GetDiffLocationByID ( int id ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation |
Get the difference between present and past touch locations for the specified ID. Only points that exist on both are returned. All fields (besides ID and Position) are ignored.
|
|
GetGesture ( ) : |
Get's a gesture if one exists. IsGesturesAvalible
|
|
GetLocationByID ( int id ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation |
Get the current touch location for the specified ID.
|
|
GetPastLocationByID ( int id ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation |
Get the past touch location for the specified ID.
|
|
GetPastState ( ) : TouchCollection |
Get the past Mouse input state.
|
|
GetPastTouchLocations ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |
Get the past touch locations.
|
|
GetTouchLocations ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |
Get the current touch locations.
|
|
GetTouchLocationsDIff ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |
Get the difference between touch locations. This matches up TouchLocations by ID and returns the difference between them. Only points that exist on both are returned. All fields (besides ID and Position) are ignored.
|
Method | Description | |
---|---|---|
Touchscreen ( InputManager manager ) : System |
public GetDiffLocationByID ( int id ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation | ||
id | int | The ID of the touch locations to get the difference of. |
return | Microsoft.Xna.Framework.Input.Touch.TouchLocation |
public GetGesture ( ) : |
||
return |
public GetLocationByID ( int id ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation | ||
id | int | The ID of the touch location. |
return | Microsoft.Xna.Framework.Input.Touch.TouchLocation |
public GetPastLocationByID ( int id ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation | ||
id | int | The ID of the past touch location. |
return | Microsoft.Xna.Framework.Input.Touch.TouchLocation |
public GetPastTouchLocations ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] | ||
return | Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |
public GetTouchLocations ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] | ||
return | Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |
public GetTouchLocationsDIff ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] | ||
return | Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |