Table of Contents

Delegate SdlLogOutputFunction

Namespace
Alis.Core.Graphic.Sdl2.Delegates
Assembly
Alis.dll

The sdl log output function

public delegate void SdlLogOutputFunction(IntPtr userdata, int category, LogPriority priority, IntPtr message)

Parameters

userdata IntPtr
category int
priority LogPriority
message IntPtr