Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attempts to get the previous ___location of this touch ___location object.
Syntax
'Declaration
Public Function TryGetPreviousLocation ( _
out previousLocation As TouchLocation _
) As Boolean
public bool TryGetPreviousLocation (
out TouchLocation previousLocation
)
public:
bool TryGetPreviousLocation(
out TouchLocation previousLocation
)
Parameters
- previousLocation
Type: TouchLocation
[OutAttribute] Previous ___location data, as a TouchLocation.
Return Value
Type: Boolean
true if a previous ___location was retrrieved; otherwise false.
Requirements
Namespace: Microsoft.Xna.Framework.Input.Touch
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
TouchLocation Structure
TouchLocation Members
Microsoft.Xna.Framework.Input.Touch Namespace
Platforms
Windows Phone