[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Possible bug with mouse events
From: |
cm2 |
Subject: |
Possible bug with mouse events |
Date: |
Thu, 18 Oct 2012 20:52:48 -0700 (PDT) |
Using the latest version pulled from the
http://old.nabble.com/Unofficial-ncurses-git-repository-td29259828.html
unofficial git repository .
With the keyboard and mouse input test in /ncurses/test:
Mouse wheel scroll down and mouse position change are both being reported:
Key pressed: 0631 KEY_MOUSE, id -1 at ( 0, 0, 0) state 0 = {}
Shift + mouse wheel scroll down is being reported (non-relevant info
removed):
state a000000 = {shift, position}
With shift + mouse_button1, I'm not getting a press event which leads to
every other event being {shift, position}.
--
View this message in context:
http://old.nabble.com/Possible-bug-with-mouse-events-tp34575665p34575665.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.
- Possible bug with mouse events,
cm2 <=