Esempio n. 1
0
 internal unsafe void __MarshalFrom(ref __Native @ref)
 {
     Type    = @ref.Type;
     SubType = @ref.SubType;
     Flags   = @ref.Flags;
     Gamepad = @ref.Gamepad;
     Vibration.__MarshalFrom(ref @ref.Vibration);
 }