Skip to content

Commit f34f862

Browse files
authored
Add meeting notes to merged input proposal
1 parent a891cb3 commit f34f862

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

documentation/proposals/Proposal - Multi-Backend Input.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -674,14 +674,6 @@ public enum CursorStyles
674674
Custom = 1 << 7,
675675
}
676676
```
677-
```cs
678-
[Flags]
679-
public enum CursorFlags
680-
{
681-
None,
682-
Confined = 1 << 0
683-
}
684-
```
685677

686678
# Keyboard Input
687679

@@ -1173,6 +1165,14 @@ public interface IJoystickInputHandler : IButtonInputHandler<JoystickButton>
11731165

11741166
# Meeting Notes
11751167

1168+
## 26/01/2025
1169+
1170+
[Video](https://www.youtube.com/live/jNIAH2raTMY?feature=shared&t=4635)
1171+
1172+
- Approved, with changes...
1173+
- `IPointer` should be renamed to `IPointerDevice`
1174+
- `CursorFlags` remove - unused
1175+
11761176
## 05/08/2021
11771177

11781178
This also includes notes for [Enhanced Input Events]((Superseded)%20Proposal%20-%20Enhanced%20Input%20Events) as well as the previous version of this proposal.

0 commit comments

Comments
 (0)