예제 #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_unsigned_int obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #2
0
 public static void psmove_get_button_events(PSMove move, SWIGTYPE_p_unsigned_int pressed,
                                             SWIGTYPE_p_unsigned_int released)
 {
     PSMoveapiCsharpPinvoke.psmove_get_button_events(PSMove.getCPtr(move),
                                                     SWIGTYPE_p_unsigned_int.getCPtr(pressed),
                                                     SWIGTYPE_p_unsigned_int.getCPtr(released));
 }