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