-
-
Notifications
You must be signed in to change notification settings - Fork 438
Silk.NET 3.0 Proposals #539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Create Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Ready for WG review?
* Created Propostal - Enhanced Input Events.md * Update Proposal - Enhanced Input Events.md * Update Proposal - Enhanced Input Events.md * Added ctors - Enhanced Input Events.md * Applied suggestions - Enhanced Input Events.md Co-authored-by: Dylan Perks <[email protected]> Co-authored-by: Dylan Perks <[email protected]>
* Create Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update documentation/proposals/Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update documentation/proposals/Proposal - Multi-Backend Input.md Co-authored-by: Kai Jellinghaus <[email protected]> * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md Co-authored-by: Kai Jellinghaus <[email protected]>
* Create Proposal - 3.0 & 3.X Software Development Plan.md * Update Proposal - 3.0 & 3.X Software Development Plan.md * Update Proposal - 3.0 & 3.X Software Development Plan.md * Apply suggestions from code review * Update documentation/proposals/Proposal - 3.0 & 3.X Software Development Plan.md * Update Proposal - 3.0 & 3.X Software Development Plan.md * missed a closing parenthesis
thargy
reviewed
Aug 5, 2021
documentation/proposals/Proposal - 3.0 & 3.X Software Development Plan.md
Show resolved
Hide resolved
Discussed in Working Group meeting: SilkTouch
Input
Windowingnot discussed SDPnot discussed |
* Added ISurface.PreUpdate event The ISurface.PreUpdate event would be used to run things like Input, which need to be updated before the user code's Update is called. In the current state of the library, depending on how the user hooks to the events, it is possible for the input to hook to the IView.Update after the user code, which would result in the user code not seeing the latest input (until the next update). * Changed PreUpdate event type to be just Action
* Rename Proposal - Enhanced Input Events.md to (Superseded) Proposal - Enhanced Input Events.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Generation of Library Sources and PInvoke Mechanisms.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - Multi-Backend Input.md * Update Proposal - 3.0 & 3.X Software Development Plan.md * Update Proposal - Multi-Backend Input.md * Update Proposal - 3.0 & 3.X Software Development Plan.md * Update Proposal - 3.0 & 3.X Software Development Plan.md * Update Proposal - Windowing 3.0.md * Update Proposal - Windowing 3.0.md * Update Proposal - Multi-Backend Input.md * Apply suggestions from code review Co-authored-by: Kai Jellinghaus <[email protected]> * Apply suggestions from code review * Big updates further separating states and devices * Move ClipboardText to IKeyboard * Update Proposal - Multi-Backend Input.md * Update documentation/proposals/Proposal - Multi-Backend Input.md Co-authored-by: ThomasMiz <[email protected]> * Add actors * Add clicks again * Update Proposal - Multi-Backend Input.md * Add back connection changed * Remove Raisin * IMouse -> IInputDevice for ConnectionChanged * Review fixes * Further clarification * Further clarification * Rename to IInputHandler * Apply suggestions from self review * Update documentation/proposals/Proposal - Multi-Backend Input.md * Update documentation/proposals/Proposal - Multi-Backend Input.md Co-authored-by: ThomasMiz <[email protected]> * Update Proposal - Multi-Backend Input.md * Update documentation/proposals/Proposal - Multi-Backend Input.md Co-authored-by: ThomasMiz <[email protected]> * Remove Up lists * Fix usage example to compile Co-authored-by: Kai Jellinghaus <[email protected]> Co-authored-by: ThomasMiz <[email protected]>
ThomasMiz
approved these changes
Feb 25, 2022
SDP
|
Windowing
|
Input
|
SilkTouch
|
All of the working group review comments have been rectified. Can this be merged now? Trying to get all non-meta PRs in my name closed off. |
Beyley
pushed a commit
that referenced
this pull request
Aug 24, 2022
This was referenced Jan 10, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this?
This will be the PR that we take to the big Silk.NET 3.0 working group meeting. All proposals will have their own individual PRs into this branch and PR, and will be merged once they've passed preliminary review. This PR will not be merged until the attendees of the working group meeting are happy.
What proposals are included in this?