Пример #1
0
 public static extern bool VRsenal_TestJoystickStruct(Joystick lowerLeft, Joystick lowerRight,
                                                      Joystick upperLeft,
                                                      Joystick upperRight,
                                                      bool trigger,
                                                      GameStartAt startAt,
                                                      bool requestShutdown);
Пример #2
0
 public static extern bool VRsenal_Update(ref Joystick lowerLeft, ref Joystick lowerRight,
                                          ref Joystick upperLeft,
                                          ref Joystick upperRight,
                                          ref System.Boolean trigger,
                                          ref GameStartAt startAt,
                                          ref System.Boolean requestShutdown);