<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">El 4/11/22 a las 12:27, Juan Vuletich
escribió:<br>
</div>
<blockquote type="cite" cite="mid:63652F79.9080804@cuis.st">
<blockquote type="cite" style="color: #007cff;">One thing: can you
look at the code for changing the depth via scroll + ctrl?
Doesn't work here on Linux, and I don't know what I may be doing
wrong. It'd be great you can fix that detail.
<br>
</blockquote>
<br>
This seems to be a VM issue. If you hack
#generateMouseScrollEvent: to do `evtBuf print`, you'll see that
on the Mac it correctly reports both positive and negative deltas
both in Y and X. On Linux it only reports negative X and positive
Y. On Windows, it seems not to generate scroll events at all.
<br>
<br>
I think this is worth discussing in vm-dev.
</blockquote>
<p>When I press Ctrl, or Alt, or Shift, plus MouseScroll, I see a
different mode indicator in the evtBuf. So, it is working, the
difference in the event is there. But I think it is not translated
to #left, #right to the Scroll event in Cuis. I'll try to have a
closer look.</p>
<p><br>
</p>
<p> Mariano<br>
</p>
<p><br>
</p>
</body>
</html>