-
Notifications
You must be signed in to change notification settings - Fork 135
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
🖥️ Improved Window System & Input #1013
Closed
Closed
Conversation
This file contains 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
This was
unlinked from
issues
Jul 21, 2021
jameskr97
changed the title
🖥️ Improved Window System
🖥️ Improved Window System & Input
Jul 29, 2021
jameskr97
force-pushed
the
feature/glfw
branch
2 times, most recently
from
September 17, 2021 22:17
e520e47
to
3ae75c7
Compare
jameskr97
force-pushed
the
feature/glfw
branch
from
September 25, 2021 19:12
ad51357
to
e3624b9
Compare
Wrong name was chosen during the original cmake upgrade
git-subtree-dir: extern/glfw git-subtree-split: 814b7929c5add4b0541ccad26fb81f28b71dc4d8
ActionDelegate stores references to functions to call when the action in invoked.
This delays every attempt to build by 2-3 seconds, when after this code is built, it's least likely to change
Accidentally made it's way back in during rebase
It already returns dummy values.
jameskr97
force-pushed
the
feature/glfw
branch
from
October 10, 2021 20:07
9f4c49f
to
648fec9
Compare
jameskr97
force-pushed
the
feature/glfw
branch
from
October 11, 2021 01:54
4109899
to
23c2b64
Compare
Function does not need to be attached to INPUTMAN object. It is static and utility.
The framebuffer resize does not have the desired effect. Window resize does.
jameskr97
force-pushed
the
feature/glfw
branch
from
October 19, 2021 00:03
0a4a126
to
f69d408
Compare
4 tasks
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.
GLFW to replace LowLevelWindow
This PR was originally attempted in #996 though, when I was originally working on it, that branch took several different directions, and I thought too much was happening at once. Those changes will still be coming, but one at a time rather than all at once. This PR is created specifically for the Windowing system replacement, with the organization to only
StepMania.{cpp,hpp}
.Changes Include
StepMania.{cpp,h}
glew
replaced withglad
InputHandler
files are being deleted in place of GLFW.src/arch/LowLevelWindow
PR to resolve the following issues:
glfwSwapInterval(0)