Class XrEventDataVirtualKeyboardShownMETA

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

public class XrEventDataVirtualKeyboardShownMETA extends org.lwjgl.system.Struct<XrEventDataVirtualKeyboardShownMETA> implements org.lwjgl.system.NativeResource
Keyboard shown event.
Description

The XrEventDataVirtualKeyboardShownMETA event must be sent when the runtime has shown the keyboard render model (via animation). The application should update its state accordingly (e.g. update UI, pause simulation, etc).

Valid Usage (Implicit)
See Also

PollEvent

Layout


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