Struct WindowsMRTappedGestureEvent
  
The event data related to a WindowsMR Tapped gesture
 
Syntax
public struct WindowsMRTappedGestureEvent : IEquatable<WindowsMRTappedGestureEvent>
 
Constructors
  
WindowsMRTappedGestureEvent(GestureId, GestureState, Int32)
Declaration
public WindowsMRTappedGestureEvent(GestureId id, GestureState state, int tappedCount)
 
Parameters
Properties
  
id
Declaration
public GestureId id { get; }
 
Property Value
state
The state of the gesture.
 
Declaration
public GestureState state { get; }
 
Property Value
tappedCount
Declaration
public int tappedCount { get; }
 
Property Value
Methods
  
Equals(Object)
Declaration
public override bool Equals(object obj)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
obj | 
 | 
Returns
Overrides
Equals(WindowsMRTappedGestureEvent)
Declaration
public bool Equals(WindowsMRTappedGestureEvent other)
 
Parameters
Returns
GetDefault()
Declaration
public static WindowsMRTappedGestureEvent GetDefault()
 
Returns
GetHashCode()
Declaration
public override int GetHashCode()
 
Returns
Overrides
ToString()
Generates a new string describing the gestures's properties suitable for debugging purposes.
 
Declaration
public override string ToString()
 
Returns
| Type | 
Description | 
| String | 
A string describing the gestures's properties. 
 | 
Overrides
Operators
  
Equality(WindowsMRTappedGestureEvent, WindowsMRTappedGestureEvent)
Declaration
public static bool operator ==(WindowsMRTappedGestureEvent lhs, WindowsMRTappedGestureEvent rhs)
 
Parameters
Returns
Inequality(WindowsMRTappedGestureEvent, WindowsMRTappedGestureEvent)
Declaration
public static bool operator !=(WindowsMRTappedGestureEvent lhs, WindowsMRTappedGestureEvent rhs)
 
Parameters
Returns
See Also