Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
Touchscreen ( InputManager manager ) : System |
public GetCurrentState ( ) : TouchCollection | ||
Результат | TouchCollection |
public GetDiffLocationByID ( int id ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation | ||
id | int | The ID of the touch locations to get the difference of. |
Результат | Microsoft.Xna.Framework.Input.Touch.TouchLocation |
public GetGesture ( ) : |
||
Результат |
public GetLocationByID ( int id ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation | ||
id | int | The ID of the touch location. |
Результат | 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. |
Результат | Microsoft.Xna.Framework.Input.Touch.TouchLocation |
public GetPastTouchLocations ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] | ||
Результат | Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |
public GetTouchLocations ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] | ||
Результат | Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |
public GetTouchLocationsDIff ( ) : Microsoft.Xna.Framework.Input.Touch.TouchLocation[] | ||
Результат | Microsoft.Xna.Framework.Input.Touch.TouchLocation[] |