GetToolBarButtonState

ツールバーのボタンの状態を取得する

version(Windows)
nothrow @nogc extern (C++, DxLib) extern
int
GetToolBarButtonState
(
int ID
)

Parameters

ID int

AddToolBarButtonで設定したボタンの識別番号

Return Value

Type: int

dxlib_d.DxDataType.TRUE:押されているor押された dxlib_d.DxDataType.FALSE:押されていない

Meta