Table of Contents

Delegate SdlWindowsMessageHook

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

The sdl windows message hook

public delegate IntPtr SdlWindowsMessageHook(IntPtr userdata, IntPtr hWnd, uint message, ulong wParam, long lParam)

Parameters

userdata IntPtr
hWnd IntPtr
message uint
wParam ulong
lParam long

Returns

IntPtr