KeyboardReceiver 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.
Example receiver class for the Keyboard state
public ref class KeyboardReceiver : Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseEventReceiver
public class KeyboardReceiver : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.BaseEventReceiver
type KeyboardReceiver = class
inherit BaseEventReceiver
Public Class KeyboardReceiver
Inherits BaseEventReceiver
- Inheritance
Constructors
KeyboardReceiver(BaseInteractionEventConfiguration) |
Example constructor for the Keyboard State |
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) |