We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f567b6 commit d7faf5fCopy full SHA for d7faf5f
examples/SDL/SDL.cs
@@ -53,6 +53,8 @@ public void Preprocess(Driver driver, ASTContext ctx)
53
54
ctx.IgnoreEnumWithMatchingItem("SDL_ENOMEM");
55
ctx.IgnoreFunctionWithName("SDL_Error");
56
+
57
+ ctx.SetFunctionParameterUsage("SDL_PollEvent", 1, ParameterUsage.Out);
58
}
59
60
public void Postprocess(Driver driver, ASTContext ctx)
0 commit comments