Surface pro pressure and tilt informations

Hello, i would like to use my S pro as a drawing tool in a VVVV Renderer.

how can i get the pen informations ? pressure / titt / presence in range ?

cheers :)

i’m not aware of any plugin. i found this https://docs.microsoft.com/en-us/uwp/api/windows.ui.input.pointerpoint
but then this is UWP, not sure if it’s adaptable…

hello u7angel
what is uwp ?

universal windows platform. as far as i know the microsoft app store thing which only works as an uwp app.

but i guess you can access the pen without uwp, just didnt google any further.

Use the Tablet (Devices Wintab) Node from the addonpack and you can get pressure.

As far as I know no model of the Surface pro support tilt yet.

Edit: You also get proximity and some other info, works with surface pro pen (at least my surface pro 2) and wacom tablets. Not sure if it works with later surface pros as I think they’re not using Wacom technology any more so maybe you’d need a new plug-in for those.

for x64 you can use https://vvvv.org/contribution/tablet-(device-wintab1.4)-dynamicplugin-x64-and-x86

hello third_paradise, what is exactly the right location to put your contribution in VVVV . I have DLLs not being able to be loaded by 4V

I did it like this and it works for me: contributions\plugins\Tablet.
Probably you’ll need wintab drivers.
Surface pro 4: https://www.microsoft.com/en-us/download/details.aspx?id=49498 or
Surface Pro 3 : https://www.microsoft.com/en-us/download/details.aspx?id=38826

thanks third_ paradise, but i dont get at all the node being seen by VVVV
did i miss something ?

please read here: https://vvvv.org/documentation/using-addons how to use contributions.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.