-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
Add support for creating and interacting with a window on the Windows operating system. This includes the following interactions:
- Creating a window with the ability to set the initial state; ex. size, position, etc...
- Updating the window properties/state; ex. size, position, etc...
- Handle keyboard and mouse input
- Handle touch input
- Handle gaining and losing focus
- Handle resizing
- Handle moving the window
- Handle closing the window
- Handle repainting the window
This non exhaustive list of sub features are enough for basic window creation and interaction. This is enough for the window to be used with some basic interactions like rendering with Vulkan, ImGUI, etc...
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog