• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

VVVV.Pointer

Author: woei
Date: 19 Jun, 2020
Category: plugin

Download

64bit

0-VVVV.Pointer_v1.0.zip
19 Jun, 2020 - 14:06
beta 39

Description

a couple of years late here comes the ms recommended way (since windows 8) for handling mouse, touch and pen input with proper gesture handling and touch injection.

the touch and gesture APIs actually use this unified api windows internally anyways so performance should be at least on par.

benefits over the existing implementations

  • touch and gesture are not mutually exclusive anymore
  • gestures can be used with mouse or pen input as well
  • unified interface means no more building your own input object and switch between mouse and touch when developing.
  • touch injection lets you simulate multitouch systemwide. (beware, it will take over your cursor!)
  • fine grained control over gestures: specify type (translation, scale & rotation), allowed axis & inertia params
  • gesture takes care for you, whether it's a gesture or a (double)tap/click

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
u7angel
24 Jun, 2020 - 08:36

wow, this is soooo good. thank you very much ! this will directly go into my standard vvvv project structure.

david
22 Jan, 2021 - 10:02

super nice plugin. seems broken in latest beta though. update: works again. In some cases the combibation of VVVV.Pointer and other plugins from addonpack or other packs causes the plugin to throw errors and red nodes. haven't really found out which ones exaclty

mediadog
03 Apr, 2021 - 03:12

Yeah red nodes here in beta_41_x64 on Win7 Enterprise x64. Console sez:

00:00:10 ERR : Exception occurred during creation of plugin: The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.

1) Unable to find an entry point named 'EnableMouseInPointer' in DLL 'User32.dll'.

Resulting in: An exception occurred while calling the 'OnImportsSatisfied' method on type 'VVVV.WMPointer.Nodes.PointerDeviceNode'.

Resulting in: Cannot activate part 'VVVV.WMPointer.Nodes.PointerDeviceNode'.
Element: VVVV.WMPointer.Nodes.PointerDeviceNode -->  VVVV.WMPointer.Nodes.PointerDeviceNode -->  TypeCatalog (Types='VVVV.WMPointer.Nodes.PointerDeviceNode').

Resulting in: Cannot get export 'VVVV.WMPointer.Nodes.PointerDeviceNode (ContractName="VVVV.PluginInterfaces.V1.IPluginBase")' from part 'VVVV.WMPointer.Nodes.PointerDeviceNode'.
Element: VVVV.WMPointer.Nodes.PointerDeviceNode (ContractName="VVVV.PluginInterfaces.V1.IPluginBase") -->  VVVV.WMPointer.Nodes.PointerDeviceNode -->  TypeCatalog (Types='VVVV.WMPointer.Nodes.PointerDeviceNode').

Resulting in: Cannot set import 'VVVV.Hosting.IO.PluginContainer.PluginBase (ContractName="VVVV.PluginInterfaces.V1.IPluginBase")' on part 'VVVV.Hosting.IO.PluginContainer'.
Element: VVVV.Hosting.IO.PluginContainer.PluginBase (ContractName="VVVV.PluginInterfaces.V1.IPluginBase") -->  VVVV.Hosting.IO.PluginContainer


tonfilm
03 Apr, 2021 - 14:30

@mediadog Win7 doesn't have the pointer API. It was introduced in Win8, see requirements section here: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-enablemouseinpointer

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top