Package org.lwjgl.openvr
Class OpenVR.IVRScreenshots
- java.lang.Object
-
- org.lwjgl.openvr.OpenVR.IVRScreenshots
-
- Enclosing class:
- OpenVR
public static final class OpenVR.IVRScreenshots extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
GetScreenshotPropertyFilename
GetScreenshotPropertyType
HookScreenshot
RequestScreenshot
SubmitScreenshot
TakeStereoScreenshot
UpdateScreenshotProgress
-
Constructor Summary
Constructors Constructor Description IVRScreenshots(long tableAddress)
-
-
-
Field Detail
-
RequestScreenshot
public final long RequestScreenshot
-
HookScreenshot
public final long HookScreenshot
-
GetScreenshotPropertyType
public final long GetScreenshotPropertyType
-
GetScreenshotPropertyFilename
public final long GetScreenshotPropertyFilename
-
UpdateScreenshotProgress
public final long UpdateScreenshotProgress
-
TakeStereoScreenshot
public final long TakeStereoScreenshot
-
SubmitScreenshot
public final long SubmitScreenshot
-
-