VoxCommando

Help and Support (Using VoxCommando) => Other Plugins => Topic started by: jitterjames on February 05, 2012, 01:24:17 PM

Title: DirectX input plugin
Post by: jitterjames on February 05, 2012, 01:24:17 PM
Here's an updated version of the plugin which supports more keys in the DxInput.Type action.

Here's the info from actions.xml:
Quote
Types <Text>.  You can enter a sequence of keys or a string.  You can use any letter number or the following punctuation:    [ ] , . / ? ! @ # $ % ^ & * ( ) _ + ' "
Other keys can be specified by using {} such as {tab} but you can't do key combinations.
Some special characters may not work depending on you keyboard language.

Example parameter:   Hello There.{return}{tab}Good? Yes!{return}

This version of the plugin will be included in VC 0.940 when I release it.

Title: Re: DirectX input plugin
Post by: Aniv_D on December 10, 2020, 05:03:34 AM
Is it possible to add mouse cursor movement to the plugin?
Title: Re: DirectX input plugin
Post by: jitterjames on December 10, 2020, 10:24:51 AM
I don't think so.

Did you try the standard Mouse.* actions in VC?
Title: Re: DirectX input plugin
Post by: Aniv_D on December 10, 2020, 12:18:20 PM
unfortunately, this action does not work where DirectInput is required (in 3D games), for example, to rotate the camera, etc.