mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
More formatting and consistency fixes
This commit is contained in:
parent
60e9301f40
commit
6da394a4d0
19 changed files with 33 additions and 55 deletions
|
@ -98,7 +98,7 @@ namespace ButtonManager
|
|||
delete bind.second;
|
||||
_inputbinds.clear();
|
||||
}
|
||||
void AddBind(sBind *bind) { _inputbinds[std::make_pair(bind->_padID, bind->_buttontype)] = bind; }
|
||||
void AddBind(sBind* bind) { _inputbinds[std::make_pair(bind->_padID, bind->_buttontype)] = bind; }
|
||||
void PressEvent(int button, int action);
|
||||
void AxisEvent(int axis, float value);
|
||||
bool ButtonValue(int padID, ButtonType button);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue