WIP: UI input handling.
This commit is contained in:
@@ -87,5 +87,5 @@ public interface IInputElement
|
||||
/// Send an input action to this element.
|
||||
/// </summary>
|
||||
/// <param name="action">Input action to send.</param>
|
||||
void Input(IInputAction action);
|
||||
void Input(UIInputContext action);
|
||||
}
|
||||
Reference in New Issue
Block a user