Interface IKeyboardSubscriberOwnerView
Definition
Namespace: StardewUI.Input
Assembly: StardewUI.dll
Denotes a view that can be the owner of a KeyboardSubscriberWithOwner.
public interface IKeyboardSubscriberOwnerView : StardewUI.IView,
System.IDisposable, System.ComponentModel.INotifyPropertyChanged
Implements
IView, IDisposable, INotifyPropertyChanged
Members
Methods
| Name | Description |
|---|---|
| HandleSpecialKey(Keys) | Handle non-text entry key. |
| InsertChar(Char) | Accept new entered char |
| InsertString(string) | Accept new entered string |
| Release() | Function when the subscriber is released |
Details
Methods
HandleSpecialKey(Keys)
Handle non-text entry key.
Parameters
keyCode Keys
InsertChar(char)
Accept new entered char
Parameters
inputChar Char
InsertString(string)
Accept new entered string
Parameters
text string
Release()
Function when the subscriber is released