Skip to content
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

Updated input handling to fix ImGui.Net breaking changes. #29

Merged
merged 5 commits into from
Dec 13, 2023

Conversation

NoahGWood
Copy link
Contributor

Fixed errors caused by changes in latest ImGuiNet * enabled support for docking.

Copy link
Owner

@NogginBops NogginBops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the PR!

A goal with this repo is to make ImGuiController.cs useable standalone by just copying the file, this means that the KeyTranslator.cs should be part of the UpdateImGuiInput() method (it's fine if the method becomes really long).

…tandalone per [PR 29 Review](NogginBops#29 (review))

Amending:
Updated input handling to fix ImGui.Net breaking changes.
Enabled support for docking.
I've been using github since 2017 and I still don't know why it takes me 40+ commits and PR's to change one file, but I'm blaming Visual Studio this time
@NoahGWood
Copy link
Contributor Author

Should be fixed :)

{
public static ImGuiKey Translate(Keys key)
{
switch (key)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NogginBops NogginBops merged commit cfacd12 into NogginBops:opentk4.0 Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants