Warning: This site is under construction, most links will be broken.

LightX API -> lxinputjoypad -> setpad

Last modified on Thu, 19th Apr 2007 at 14:43 UTC by zipplet

lxinputjoypad.setpad


procedure setpad(
  pad: integer
);


Sets the joypad that this instance of the class will poll. You can specify a pad that does not exist, but then calls to lxinputjoypad.poll will fail.

pad: integer
The joypad ID to use. Valid values are 0 - 31.

Class: lxinputjoypad