Class XrEventDataInteractionProfileChanged

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataInteractionProfileChanged extends Struct<XrEventDataInteractionProfileChanged> implements NativeResource

 struct XrEventDataInteractionProfileChanged {
     XrStructureType type;
     void const * next;
     XrSession session;
 }