Namespace: DeltaEngine.CommandsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
protected bool IsDragDirectionCorrect(
Vector2D movementDirection
)
protected bool IsDragDirectionCorrect(
Vector2D movementDirection
)
Protected Function IsDragDirectionCorrect (
movementDirection As Vector2D
) As Boolean
Protected Function IsDragDirectionCorrect (
movementDirection As Vector2D
) As Boolean
protected:
bool IsDragDirectionCorrect(
Vector2D movementDirection
)
protected:
bool IsDragDirectionCorrect(
Vector2D movementDirection
)
member IsDragDirectionCorrect :
movementDirection : Vector2D -> bool
member IsDragDirectionCorrect :
movementDirection : Vector2D -> bool
Return Value
Type:
Boolean