5 using SiliconStudio.Core.Mathematics;
6 using SiliconStudio.Paradox.UI.Events;
8 namespace SiliconStudio.
Paradox.UI
18 public TimeSpan Timestamp {
get;
internal set; }
28 public Vector2 ScreenPosition {
get;
internal set; }
33 public Vector2 ScreenTranslation {
get;
internal set; }
38 public Vector3 WorldPosition {
get;
internal set; }
43 public Vector3 WorldTranslation {
get;
internal set; }
Represents a two dimensional mathematical vector.
Contains state information and event data associated with a routed event.
Represents a three dimensional mathematical vector.
TouchAction
Describes the action of a specific touch point.
Provides data for touch input events.