Class SDL_SysWMmsg
- java.lang.Object
-
- com.sun.jna.Structure
-
- io.github.libsdl4j.api.syswm.event.SDL_SysWMmsg
-
- All Implemented Interfaces:
com.sun.jna.Structure.ByReference
@FieldOrder({"version","subsystem","msg"}) public final class SDL_SysWMmsg extends com.sun.jna.Structure implements com.sun.jna.Structure.ByReference
The custom window manager information structure. When this structure is returned, it holds information about which low level system it is using, and will be one of SDL_SYSWM_TYPE.
-
-
Field Summary
Fields Modifier and Type Field Description SDL_SysWMmsgPlatformSpecific
msg
int
subsystem
SDL_version
version
-
Constructor Summary
Constructors Constructor Description SDL_SysWMmsg()
SDL_SysWMmsg(com.sun.jna.Pointer p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
read()
-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
version
public SDL_version version
-
subsystem
public int subsystem
-
msg
public SDL_SysWMmsgPlatformSpecific msg
-
-