OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::GamepadInfo Struct Reference

ゲームパッドの情報 More...

#include <GamepadInfo.hpp>

Public Attributes

uint32 playerIndex = 0
 現在接続されているプレイヤーインデックス More...
 
uint32 vendorID = 0
 ベンダー ID More...
 
uint32 productID = 0
 プロダクト ID More...
 
String name
 ゲームパッドの名称 More...
 

Detailed Description

ゲームパッドの情報

Member Data Documentation

◆ name

String s3d::GamepadInfo::name

ゲームパッドの名称

◆ playerIndex

uint32 s3d::GamepadInfo::playerIndex = 0

現在接続されているプレイヤーインデックス

◆ productID

uint32 s3d::GamepadInfo::productID = 0

プロダクト ID

◆ vendorID

uint32 s3d::GamepadInfo::vendorID = 0

ベンダー ID


The documentation for this struct was generated from the following file: