xboxscene.org forums

Author Topic: Programming The Rumble Motor  (Read 61 times)

momad

  • Archived User
  • Newbie
  • *
  • Posts: 1
Programming The Rumble Motor
« on: March 13, 2003, 06:12:00 PM »

The XBOX XDK comes with a "DirectInput" module that lets programmers controll the rumble just like you would in the PC joysticks.
Logged

pulse

  • Archived User
  • Newbie
  • *
  • Posts: 1
Programming The Rumble Motor
« Reply #1 on: March 14, 2003, 05:10:00 AM »

QUOTE (momad @ Mar 14 2003, 03:12 AM)
The XBOX XDK comes with a "DirectInput" module that lets programmers controll the rumble just like you would in the PC joysticks.

Thanks,
Question is, where can I find specifics on programming the rumble motor feature for the Xbox specifically.  Apparently the Xbox has a limited subset of DirectInput features.  In particular, looking for number and type of settings for programming the rumble motor. unsure.gif
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Programming The Rumble Motor
« Reply #2 on: March 14, 2003, 05:22:00 AM »

QUOTE (pulse @ Mar 14 2003, 09:10 AM)
QUOTE (momad @ Mar 14 2003, 03:12 AM)
The XBOX XDK comes with a "DirectInput" module that lets programmers controll the rumble just like you would in the PC joysticks.

Thanks,
Question is, where can I find specifics on programming the rumble motor feature for the Xbox specifically.  Apparently the Xbox has a limited subset of DirectInput features.  In particular, looking for number and type of settings for programming the rumble motor. unsure.gif

There's a sample app in the XDK, under Input\rumble
Logged