Method | Description | |
---|---|---|
BindKey ( Buttons button, string key, bool overwrite ) : bool | ||
CreateDefaultSet ( ) : void | ||
GetBound ( Keys theKey ) : Buttons | ||
GetBound ( MouseButton theButton ) : Buttons | ||
IsBound ( Buttons button, Keys theKey ) : bool | ||
IsBound ( Buttons button, MouseButton mb ) : bool | ||
IsPressed ( Buttons button ) : bool | ||
SaveBinds ( Infiniminer.DatafileWriter output, string filename ) : void |
public BindKey ( Buttons button, string key, bool overwrite ) : bool | ||
button | Buttons | |
key | string | |
overwrite | bool | |
return | bool |
public GetBound ( MouseButton theButton ) : Buttons | ||
theButton | MouseButton | |
return | Buttons |
public IsBound ( Buttons button, Keys theKey ) : bool | ||
button | Buttons | |
theKey | Keys | |
return | bool |
public IsBound ( Buttons button, MouseButton mb ) : bool | ||
button | Buttons | |
mb | MouseButton | |
return | bool |
public SaveBinds ( Infiniminer.DatafileWriter output, string filename ) : void | ||
output | Infiniminer.DatafileWriter | |
filename | string | |
return | void |