Class XrVirtualKeyboardSpaceCreateInfoMETA

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

public class XrVirtualKeyboardSpaceCreateInfoMETA extends org.lwjgl.system.Struct<XrVirtualKeyboardSpaceCreateInfoMETA> implements org.lwjgl.system.NativeResource
Virtual keyboard space creation info.
Description

If locationType is set to VIRTUAL_KEYBOARD_LOCATION_TYPE_CUSTOM_META, the runtime must use the value poseInSpace set by the application. Otherwise, the runtime must provide a default pose and ignore poseInSpace. In all cases, the runtime must default the scale to 1.0.

Valid Usage (Implicit)
See Also

XrPosef, CreateVirtualKeyboardSpaceMETA

Layout


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