InputManager SendKeys Method (ModifierKeys,  InputManager VKeys )Bespoke Osc Library
Send a "down" then "up" event for a set of keys.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Sub SendKeys ( _
	modifierKeys As ModifierKeys, _
	keys As InputManager..::..VKeys() _
)

Parameters

modifierKeys
Type: Bespoke.Common ModifierKeys
Modifier keys associated with each key event.
keys
Type:  Bespoke.Common InputManager VKeys 
The associated keys.
See Also