WIP: UI input handling.

This commit is contained in:
2025-06-20 22:24:30 +02:00
parent a1f56f49fb
commit 7e86898e1a
11 changed files with 230 additions and 21 deletions

View File

@@ -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);
}