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

WINCON: Send real mouse position with scroll event #91

Merged
merged 1 commit into from
May 27, 2023
Merged

WINCON: Send real mouse position with scroll event #91

merged 1 commit into from
May 27, 2023

Conversation

mannyamorim
Copy link
Contributor

@mannyamorim mannyamorim commented May 12, 2020

PDCurses is sending (X,Y) coordinates (-1,-1) when processing a scroll event. NCurses treats the scroll events as regular mouse button presses and sends the real (X,Y) coordinates with those events. Bring the behavior inline with ncurses and send the actual mouse position instead of (-1,-1).

Reference issue: #88.

Previously PDCurses would send (X,Y) coordinates (-1,-1) when processing a scroll event. Bring the behavior inline with ncurses and send the actual mouse position.
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

2 participants