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

Support scrolling properly #2867

Merged
merged 6 commits into from
Jan 2, 2024

Conversation

GoldenretriverYT
Copy link
Contributor

Scrolling wasnt supported in the MouseManager and the PS/2 implementation didnt implement it properly either

Scrolling wasnt supported in the MouseManager and the PS2 implementation didnt implement it properly anyways
{
mouseByte[3] = IOPort.Read8(Core.IOGroup.PS2Controller.Data);
mouseCycle++;
}

// TODO: move conditions to the if statement when stack corruption detection
// works better for complex conditions
var xTest1 = mouseCycle == 2 && !HasScrollWheel;
Copy link
Member

Choose a reason for hiding this comment

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

Please remove these two lines

Copy link
Member

@quajak quajak left a comment

Choose a reason for hiding this comment

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

Thanks!

@quajak quajak enabled auto-merge January 2, 2024 20:12
@quajak quajak merged commit 1905e79 into CosmosOS:master Jan 2, 2024
18 checks passed
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.

3 participants