Class XrEventDataVirtualKeyboardHiddenMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrEventDataVirtualKeyboardHiddenMETA>
org.lwjgl.openxr.XrEventDataVirtualKeyboardHiddenMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrEventDataVirtualKeyboardHiddenMETA extends org.lwjgl.system.Struct<XrEventDataVirtualKeyboardHiddenMETA> implements org.lwjgl.system.NativeResource
Keyboard hidden event.
Description

The XrEventDataVirtualKeyboardHiddenMETA event must be sent when the keyboard render model is hidden by the runtime (via animation). The application should update its state accordingly (e.g. update UI, resume simulation, etc).

Valid Usage (Implicit)
See Also

PollEvent

Layout


 struct XrEventDataVirtualKeyboardHiddenMETA {
     XrStructureType type();
     void const * next();
     XrVirtualKeyboardMETA keyboard();
 }