public extern static Byte osvrClientGetDisplay(SafeClientContextHandle context, out SafeDisplayConfigHandle display);
Exemple #2
0
 public static extern Byte osvrClientGetInterface(SafeClientContextHandle ctx, string path, ref SafeClientInterfaceHandle iface);
 internal ClientContext(SafeClientContextHandle handle)
 {
     this.m_context = handle;
 }
 internal static extern Byte osvrClientCheckStatus(SafeClientContextHandle ctx);
 internal extern static Byte osvrClientClearRoomToWorldTransform(SafeClientContextHandle ctx);
Exemple #6
0
 internal ClientContext(SafeClientContextHandle handle)
 {
     this.m_context = handle;
 }
Exemple #7
0
 internal extern static Byte osvrClientCheckStatus(SafeClientContextHandle ctx);
Exemple #8
0
 public static extern Byte osvrClientGetStringParameter(SafeClientContextHandle ctx, string path, StringBuilder buf, UIntPtr len);
Exemple #9
0
 public extern static Byte osvrClientGetStringParameterLength(SafeClientContextHandle ctx, string path, out UIntPtr len);
Exemple #10
0
 public extern static Byte osvrClientGetStringParameter(SafeClientContextHandle ctx, string path, StringBuilder buf, UIntPtr len);
Exemple #11
0
 public extern static Byte osvrClientUpdate(SafeClientContextHandle ctx);
Exemple #12
0
 public static extern Byte osvrClientFreeImage(SafeClientContextHandle ctx, IntPtr imageData);
Exemple #13
0
 public extern static Byte osvrClientGetDisplay(SafeClientContextHandle context, out SafeDisplayConfigHandle display);
Exemple #14
0
 public static extern Byte osvrClientUpdate(SafeClientContextHandle ctx);
Exemple #15
0
 internal extern static Byte osvrClientSetRoomRotationUsingHead(SafeClientContextHandle ctx);
Exemple #16
0
 public static extern Byte osvrClientGetStringParameterLength(SafeClientContextHandle ctx, string path, out UIntPtr len);
Exemple #17
0
 internal extern static Byte osvrClientClearRoomToWorldTransform(SafeClientContextHandle ctx);
Exemple #18
0
 public extern static Byte osvrClientGetInterface(SafeClientContextHandle ctx, string path, ref SafeClientInterfaceHandle iface);
 internal extern static Byte osvrClientSetRoomRotationUsingHead(SafeClientContextHandle ctx);