<div dir="ltr">You can look at my commit (<span style="font-size:12.8px">b6df993770cfcd9a69a48a2730415a</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">992d698c5b</span>), since it was handling some retina stuff with Java. That could help you to figure out which API from Java I used to fixe that issue at some point.<div><br></div><div>I still have to trigger a build on my mac to see what happen.</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 6, 2017 at 3:10 PM, Kevin Milner <span dir="ltr"><<a href="mailto:kmilner@usc.edu" target="_blank">kmilner@usc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I got my hands on an older MacBook Pro (non-retina, 13-inch, early 2011) running OSX 10.9.5 Mavericks. I ran my code with the same VTK libraries compiled from git/master and Java version (1.8u121). On this older MacBook, picking works as expected. Both bugs in my original e-mail are not present on this older, non-Retina Mac.<br>
<br>
Any ideas on how to get this working on new Macs? Or where in the code I can start digging? I haven't dug into the VTK source yet and my C is rusty but I'm willing to give it a go.<br>
<br>
In summary:<br>
Old, non retina mac:<br>
    * vtkJoglPanelComponent.getRende<wbr>rWindowInteractor().GetEventPo<wbr>sition() is correct<br>
    * picking with vtkCellPicker.Pick(x, y, 0, vtkJoglPanelComponent.getRende<wbr>rer()) works<br>
Newer, retina macs:<br>
    * vtkJoglPanelComponent.getRende<wbr>rWindowInteractor().GetEventPo<wbr>sition() gives incorrect y value, though I can determine correct y value from window height and Java MouseEvent<br>
    * picking with vtkCellPicker.Pick(x, y, 0, vtkJoglPanelComponent.getRende<wbr>rer()) doesn't work, thinks that you clicked somewhere else<br>
<br>
Thanks much,<br>
Kevin<div class="HOEnZb"><div class="h5"><br>
<br>
On 02/03/2017 04:35 PM, Sean McBride wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, 3 Feb 2017 15:02:36 -0800, Kevin Milner said:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm testing on a MacBook Pro (Retina, 13-inch, Early 2013) with OSX<br>
Yosemite 10.10.5, but have experienced the same behavior on other Macs.<br>
</blockquote>
Have you tried both Retina and non-Retina Macs?  Does it occur on both?<br>
<br>
Cheers,<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>