Click or drag to resize

DocumentWindowWithViewport_CanvasBasedEditorViewport_KeyPress Method

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

Parameters

viewport
Type: NeoAxisViewport
e
Type: NeoAxisKeyPressEvent
handled
Type: SystemBoolean
See Also