mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 22:58:01 +03:00
Generator comments out SteamInputActionEvent_t.AnalogAction_t types since the type declaration is missing from steam_api.json
This commit is contained in:
parent
26eb429654
commit
2088f14c05
@ -146,6 +146,11 @@ namespace Generator
|
||||
WriteLine($"[MarshalAs(UnmanagedType.ByValArray, SizeConst = {num}, ArraySubType = UnmanagedType.U4)]");
|
||||
}
|
||||
|
||||
if ( t == "SteamInputActionEvent_t.AnalogAction_t" )
|
||||
{
|
||||
Write( "// " );
|
||||
}
|
||||
|
||||
WriteLine( $"internal {t} {CleanMemberName( m.Name )}; // {m.Name} {m.Type}" );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user