Esempio n. 1
0
 public static extern unsafe int HLVR_Event_SetUInt32s(HLVR_Event *eventData, HLVR_EventKey key, [In, Out] UInt32[] values, uint length);
Esempio n. 2
0
 public static extern unsafe int HLVR_Event_SetFloat(HLVR_Event *eventData, HLVR_EventKey key, float value);
Esempio n. 3
0
 public static extern unsafe int HLVR_Event_SetInt(HLVR_Event *eventData, HLVR_EventKey key, int value);
Esempio n. 4
0
 public static extern unsafe int HLVR_Event_SetUInt32(HLVR_Event *eventData, HLVR_EventKey key, UInt32 value);