Package org.lwjgl.ovr

Class OVRHapticsPlaybackState

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class OVRHapticsPlaybackState
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    State of the Haptics playback for Touch vibration.

    Member documentation

    • RemainingQueueSpace – Remaining space available to queue more samples
    • SamplesQueued – Number of samples currently queued

    Layout

    
     struct ovrHapticsPlaybackState {
         int RemainingQueueSpace;
         int SamplesQueued;
     }