TouchReceiver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The internal event receiver for the events defined in the TouchEvents Configuration.
public ref class TouchReceiver : Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseEventReceiver
public class TouchReceiver : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.BaseEventReceiver
type TouchReceiver = class
inherit BaseEventReceiver
Public Class TouchReceiver
Inherits BaseEventReceiver
- Inheritance
Constructors
TouchReceiver(BaseInteractionEventConfiguration) |
Properties
EventConfiguration |
The event configuration for this event receiver. (Inherited from BaseEventReceiver) |
StateName |
The name of the state this event receiver is watching. (Inherited from BaseEventReceiver) |
Methods
OnUpdate(StateManager, BaseEventData) |
Update an event receiver. |