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