Click or drag to resize

IKeyController Interface

Interface for processing keyboard notifications.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface IKeyController

The IKeyController type exposes the following members.

Methods
  NameDescription
Public methodKeyDown
Key has been pressed down.
Public methodKeyPress
Key has been pressed.
Public methodKeyUp
Key has been released.
Top
See Also