vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Mouse positions don't work in Stride -> ImGui -> Skia setup #672

Closed azeno closed 1 month ago

azeno commented 2 months ago

Tracking issue for 88a217473b852d2949f89fdf6b54ae34f867cb88

azeno commented 1 month ago

As can be seen by InputHandling help patch this was fixed by 8e87a5a9de12eb13137bab7c8f32b318a2b0a6b2

The added useWorldSpace parameter to get back to the original behavior does not have an effect on that. Started a discussion about it in #673 and a possible solution in 2b92219b68aa61730b06b8ac38ca5ab6399caaab. But since this issue was about the broken state of the help patch, let's close it.