mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

User Input Events #339

Closed tebjan closed 6 years ago

tebjan commented 6 years ago

This PR adds output pins for Mouse, Keyboard and Touch events to the Renderer (DX11), if available. the code also takes care of different vvvv versions, tested with beta33.7, beta35.8 and beta36 as they have the most changes in input device handling. It also adds a TouchDeviceID property to the touch event args. fixes #335

tebjan commented 6 years ago

hello @mrvux , do you know when you will have time to look at the pull requests? there are some people waiting for these shiny new pins... thx.

mrvux commented 6 years ago

Thanks, this is now merged

tebjan commented 6 years ago

great news, thanks!