I'm trying to separate click events (both left and right) from shift-click, ctrl-click and
shift-ctrl-click. This for a graph that has zooming enabled.
When I'm in the callback function in VAL_LEFT_CLICK, how can I know if shift or Ctrl is pressed ?
I looked at the various keyboard functions and code samples but they all seem to assume that
another key is pressed (they respond to EVENT_KEYPRESS events). The callback data doesn't contain
info on keys...
--
Guillaume Dargaud
http://www.gdargaud.net/
"The problem with computers is they do what you tell them." - Attribution unknown.