C# Class MediaPortal.InputDevices.HidUsageAction.Button

Button/mapping class We will create one of this for each 'button' element.
ファイルを表示 Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
Button ( string aCode, string aName, bool aBackground, bool aRepeat, bool aShift, bool aCtrl, bool aAlt, bool aWin, List aActions ) : System

Method Details

Button() public method

public Button ( string aCode, string aName, bool aBackground, bool aRepeat, bool aShift, bool aCtrl, bool aAlt, bool aWin, List aActions ) : System
aCode string
aName string
aBackground bool
aRepeat bool
aShift bool
aCtrl bool
aAlt bool
aWin bool
aActions List
return System