Author Topic: DirectX input plugin  (Read 2958 times)

0 Members and 1 Guest are viewing this topic.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
DirectX input plugin
« 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.


Aniv_D

  • Jr. Member
  • **
  • Posts: 42
  • Karma: 10
    • View Profile
Re: DirectX input plugin
« Reply #1 on: December 10, 2020, 05:03:34 AM »
Is it possible to add mouse cursor movement to the plugin?

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: DirectX input plugin
« Reply #2 on: December 10, 2020, 10:24:51 AM »
I don't think so.

Did you try the standard Mouse.* actions in VC?

Aniv_D

  • Jr. Member
  • **
  • Posts: 42
  • Karma: 10
    • View Profile
Re: DirectX input plugin
« Reply #3 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.