Click or drag to resize

UIControlEditorViewport_KeyPress Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override void Viewport_KeyPress(
	Viewport viewport,
	KeyPressEvent e,
	ref bool handled
)

Parameters

viewport  Viewport
 
e  KeyPressEvent
 
handled  Boolean
 
See Also