IInputManager Interface
Receives input from the windowing subsystem and dispatches it to interested parties
for processing.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
[PrivateApiAttribute]
public interface IInputManager
<NotClientImplementableAttribute>
<PrivateApiAttribute>
Public Interface IInputManager
[<NotClientImplementableAttribute>]
[<PrivateApiAttribute>]
type IInputManager = interface end
| PostProcess |
Gets an observable that notifies on each input event received after
Process.
|
| PreProcess |
Gets an observable that notifies on each input event received before
Process.
|
| Process |
Gets an observable that notifies on each input event received.
|