Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

TDXUTGamePad

Declaration

Source position: DirectXUT.pas line 1469

type TDXUTGamePad = record

  wButtons: Word;

  

  bLeftTrigger: Byte;

  

  bRightTrigger: Byte;

  

  sThumbLX: SmallInt;

  

  sThumbLY: SmallInt;

  

  sThumbRX: SmallInt;

  

  sThumbRY: SmallInt;

  

  caps: XINPUT_CAPABILITIES;

  

  bConnected: Boolean;

  

  bInserted: Boolean;

  

  bRemoved: Boolean;

  

  fThumbRX: Single;

  

  fThumbRY: Single;

  

  fThumbLX: Single;

  

  fThumbLY: Single;

  

  wPressedButtons: Word;

  

  bPressedLeftTrigger: Boolean;

  

  bPressedRightTrigger: Boolean;

  

  wLastButtons: Word;

  

  bLastLeftTrigger: Boolean;

  

  bLastRightTrigger: Boolean;

  

end;



CT Web help

CodeTyphon Studio