Bagikan melalui


ArcadeStick.GetButtonLabel(ArcadeStickButtons) Metode

Definisi

Mengambil label tombol untuk tombol yang ditentukan.

public:
 virtual GameControllerButtonLabel GetButtonLabel(ArcadeStickButtons button) = GetButtonLabel;
GameControllerButtonLabel GetButtonLabel(ArcadeStickButtons const& button);
public GameControllerButtonLabel GetButtonLabel(ArcadeStickButtons button);
function getButtonLabel(button)
Public Function GetButtonLabel (button As ArcadeStickButtons) As GameControllerButtonLabel

Parameter

button
ArcadeStickButtons

Tombol untuk mengambil label.

Mengembalikan

Mengembalikan label untuk tombol yang ditentukan. Jika label tombol kosong atau tidak ada label yang diketahui untuk tombol pengontrol, maka Tidak ada yang dikembalikan.

Berlaku untuk

Lihat juga