Click or drag to resize

EngineAppWindowsWndProcDelegate Delegate


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

Parameters

message  UInt32
 
wParam  IntPtr
 
lParam  IntPtr
 
processMessageByEngine  Boolean
 
See Also