Package org.lwjgl.openvr
Class VREventData.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<VREventData.Buffer>
org.lwjgl.system.StructBuffer<VREventData,VREventData.Buffer>
org.lwjgl.openvr.VREventData.Buffer
- All Implemented Interfaces:
Iterable<VREventData>,org.lwjgl.system.Pointer
- Enclosing class:
VREventData
public static class VREventData.Buffer
extends org.lwjgl.system.StructBuffer<VREventData,VREventData.Buffer>
An array of
VREventData structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newVREventData.Bufferinstance backed by the specified container. -
Method Summary
Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
-
Constructor Details
-
Buffer
Creates a newVREventData.Bufferinstance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
VREventData.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
reserved
- Returns:
- a
VREventReservedview of thereservedfield.
-
controller
- Returns:
- a
VREventControllerview of thecontrollerfield.
-
mouse
- Returns:
- a
VREventMouseview of themousefield.
-
scroll
- Returns:
- a
VREventScrollview of thescrollfield.
-
process
- Returns:
- a
VREventProcessview of theprocessfield.
-
notification
- Returns:
- a
VREventNotificationview of thenotificationfield.
-
overlay
- Returns:
- a
VREventOverlayview of theoverlayfield.
-
status
- Returns:
- a
VREventStatusview of thestatusfield.
-
keyboard
- Returns:
- a
VREventKeyboardview of thekeyboardfield.
-
ipd
- Returns:
- a
VREventIpdview of theipdfield.
-
chaperone
- Returns:
- a
VREventChaperoneview of thechaperonefield.
-
performanceTest
- Returns:
- a
VREventPerformanceTestview of theperformanceTestfield.
-
touchPadMove
- Returns:
- a
VREventTouchPadMoveview of thetouchPadMovefield.
-
seatedZeroPoseReset
- Returns:
- a
VREventSeatedZeroPoseResetview of theseatedZeroPoseResetfield.
-
screenshot
- Returns:
- a
VREventScreenshotview of thescreenshotfield.
-
screenshotProgress
- Returns:
- a
VREventScreenshotProgressview of thescreenshotProgressfield.
-
applicationLaunch
- Returns:
- a
VREventApplicationLaunchview of theapplicationLaunchfield.
-
cameraSurface
- Returns:
- a
VREventEditingCameraSurfaceview of thecameraSurfacefield.
-
messageOverlay
- Returns:
- a
VREventMessageOverlayview of themessageOverlayfield.
-
property
- Returns:
- a
VREventPropertyview of thepropertyfield.
-
hapticVibration
- Returns:
- a
VREventHapticVibrationview of thehapticVibrationfield.
-
webConsole
- Returns:
- a
VREventWebConsoleview of thewebConsolefield.
-
inputBinding
- Returns:
- a
VREventInputBindingLoadview of theinputBindingfield.
-
actionManifest
- Returns:
- a
VREventInputActionManifestLoadview of theactionManifestfield.
-
spatialAnchor
- Returns:
- a
VREventSpatialAnchorview of thespatialAnchorfield.
-
progressUpdate
- Returns:
- a
VREventProgressUpdateview of theprogressUpdatefield.
-
showUi
- Returns:
- a
VREventShowUIview of theshowUifield.
-
showDevTools
- Returns:
- a
VREventShowDevToolsview of theshowDevToolsfield.
-
hdcpError
- Returns:
- a
VREventHDCPErrorview of thehdcpErrorfield.
-
audioVolumeControl
- Returns:
- a
VREventAudioVolumeControlview of theaudioVolumeControlfield.
-
audioMuteControl
- Returns:
- a
VREventAudioMuteControlview of theaudioMuteControlfield.
-