Interface IInputPane
Listener for the platform's input pane(eg, software keyboard). Provides access to the input pane height and state.
[NotClientImplementable]
public interface IInputPane
Properties
OccludedRect
The current input pane bounds.
Rect OccludedRect { get; }
Property Value
State
The current input pane state.
InputPaneState State { get; }
Property Value
Events
StateChanged
Occurs when the input pane's state has changed.
event EventHandler<InputPaneStateEventArgs>? StateChanged