Package io.github.libsdl4j.api.syswm
Class SDL_SysWMInfoPlatformSpecific
- java.lang.Object
-
- com.sun.jna.Structure
-
- com.sun.jna.Union
-
- io.github.libsdl4j.api.syswm.SDL_SysWMInfoPlatformSpecific
-
public final class SDL_SysWMInfoPlatformSpecific extends com.sun.jna.Union
The structure field sizes are converted according to the JNA\contrib\platform project. Hopefully it is correct.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SDL_SysWMInfoPlatformSpecific()
SDL_SysWMInfoPlatformSpecific(com.sun.jna.Pointer p)
-
Method Summary
-
Methods inherited from class com.sun.jna.Union
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeField
-
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, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write
-
-
-
-
Field Detail
-
win
public SDL_SysWMInfoWindows win
-
winrt
public SDL_SysWMInfoWinRT winrt
-
x11
public SDL_SysWMInfoX11 x11
-
dfb
public SDL_SysWMInfoDirectFB dfb
-
cocoa
public SDL_SysWMInfoCocoa cocoa
-
uikit
public SDL_SysWMInfoUIKit uikit
-
wl
public SDL_SysWMInfoWayland wl
-
android
public SDL_SysWMInfoAndroid android
-
vivante
public SDL_SysWMInfoVivante vivante
-
kmsdrm
public SDL_SysWMInfoKmsDrm kmsdrm
-
dummy
public SDL_SysWMInfoDummy dummy
-
-