Class XrVirtualKeyboardLocationInfoMETA

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

public class XrVirtualKeyboardLocationInfoMETA extends org.lwjgl.system.Struct<XrVirtualKeyboardLocationInfoMETA> implements org.lwjgl.system.NativeResource
Virtual keyboard location info.
Description

If locationType is set to VIRTUAL_KEYBOARD_LOCATION_TYPE_CUSTOM_META, the runtime must use the values poseInSpace and scale set by the application. Otherwise, the runtime must provide a default pose and scale and ignore poseInSpace and scale.

Valid Usage (Implicit)
See Also

XrPosef, SuggestVirtualKeyboardLocationMETA

Layout


 struct XrVirtualKeyboardLocationInfoMETA {
     XrStructureType type();
     void const * next();
     XrVirtualKeyboardLocationTypeMETA locationType();
     XrSpace space();
     XrPosef poseInSpace();
     float scale();
 }