public class VR_IVRScreenshots_FnTable
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
VR_IVRScreenshots_FnTable.ByReference |
static class |
VR_IVRScreenshots_FnTable.ByValue |
static interface |
VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback
native declaration : headers\openvr_capi.h:2295
|
static interface |
VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback
native declaration : headers\openvr_capi.h:2294
|
static interface |
VR_IVRScreenshots_FnTable.HookScreenshot_callback
native declaration : headers\openvr_capi.h:2293
|
static interface |
VR_IVRScreenshots_FnTable.RequestScreenshot_callback
native declaration : headers\openvr_capi.h:2292
|
static interface |
VR_IVRScreenshots_FnTable.SubmitScreenshot_callback
native declaration : headers\openvr_capi.h:2298
|
static interface |
VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback
native declaration : headers\openvr_capi.h:2297
|
static interface |
VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback
native declaration : headers\openvr_capi.h:2296
|
Modifier and Type | Field and Description |
---|---|
VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback |
GetScreenshotPropertyFilename
C type : GetScreenshotPropertyFilename_callback*
|
VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback |
GetScreenshotPropertyType
C type : GetScreenshotPropertyType_callback*
|
VR_IVRScreenshots_FnTable.HookScreenshot_callback |
HookScreenshot
C type : HookScreenshot_callback*
|
VR_IVRScreenshots_FnTable.RequestScreenshot_callback |
RequestScreenshot
C type : RequestScreenshot_callback*
|
VR_IVRScreenshots_FnTable.SubmitScreenshot_callback |
SubmitScreenshot
C type : SubmitScreenshot_callback*
|
VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback |
TakeStereoScreenshot
C type : TakeStereoScreenshot_callback*
|
VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback |
UpdateScreenshotProgress
C type : UpdateScreenshotProgress_callback*
|
Constructor and Description |
---|
VR_IVRScreenshots_FnTable() |
VR_IVRScreenshots_FnTable(com.sun.jna.Pointer peer) |
VR_IVRScreenshots_FnTable(VR_IVRScreenshots_FnTable.RequestScreenshot_callback RequestScreenshot,
VR_IVRScreenshots_FnTable.HookScreenshot_callback HookScreenshot,
VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback GetScreenshotPropertyType,
VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback GetScreenshotPropertyFilename,
VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback UpdateScreenshotProgress,
VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback TakeStereoScreenshot,
VR_IVRScreenshots_FnTable.SubmitScreenshot_callback SubmitScreenshot) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public VR_IVRScreenshots_FnTable.RequestScreenshot_callback RequestScreenshot
public VR_IVRScreenshots_FnTable.HookScreenshot_callback HookScreenshot
public VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback GetScreenshotPropertyType
public VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback GetScreenshotPropertyFilename
public VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback UpdateScreenshotProgress
public VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback TakeStereoScreenshot
public VR_IVRScreenshots_FnTable.SubmitScreenshot_callback SubmitScreenshot
public VR_IVRScreenshots_FnTable()
public VR_IVRScreenshots_FnTable(VR_IVRScreenshots_FnTable.RequestScreenshot_callback RequestScreenshot, VR_IVRScreenshots_FnTable.HookScreenshot_callback HookScreenshot, VR_IVRScreenshots_FnTable.GetScreenshotPropertyType_callback GetScreenshotPropertyType, VR_IVRScreenshots_FnTable.GetScreenshotPropertyFilename_callback GetScreenshotPropertyFilename, VR_IVRScreenshots_FnTable.UpdateScreenshotProgress_callback UpdateScreenshotProgress, VR_IVRScreenshots_FnTable.TakeStereoScreenshot_callback TakeStereoScreenshot, VR_IVRScreenshots_FnTable.SubmitScreenshot_callback SubmitScreenshot)
RequestScreenshot
- C type : RequestScreenshot_callback*HookScreenshot
- C type : HookScreenshot_callback*GetScreenshotPropertyType
- C type : GetScreenshotPropertyType_callback*GetScreenshotPropertyFilename
- C type : GetScreenshotPropertyFilename_callback*UpdateScreenshotProgress
- C type : UpdateScreenshotProgress_callback*TakeStereoScreenshot
- C type : TakeStereoScreenshot_callback*SubmitScreenshot
- C type : SubmitScreenshot_callback*public VR_IVRScreenshots_FnTable(com.sun.jna.Pointer peer)