Click or drag to resize

EngineAppWindowsWndProcDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void WindowsWndProcDelegate(
	uint message,
	IntPtr wParam,
	IntPtr lParam,
	ref bool processMessageByEngine
)

Parameters

message
Type: SystemUInt32
wParam
Type: SystemIntPtr
lParam
Type: SystemIntPtr
processMessageByEngine
Type: SystemBoolean
See Also