Class XrEventDataVirtualKeyboardBackspaceMETA

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

public class XrEventDataVirtualKeyboardBackspaceMETA extends org.lwjgl.system.Struct<XrEventDataVirtualKeyboardBackspaceMETA> implements org.lwjgl.system.NativeResource
Backspace key event.
Description

The XrEventDataVirtualKeyboardBackspaceMETA event must be sent by the runtime when the [Backspace] key is pressed. The application should update the text field that the keyboard is editing.

Valid Usage (Implicit)
See Also

PollEvent

Layout


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