fix: Clang fix part 2: Electric bogaloo
This commit is contained in:
parent
94a84f5943
commit
70d0df5e55
93 changed files with 253 additions and 254 deletions
|
|
@ -148,8 +148,8 @@ public:
|
|||
Common::Input::AnalogProperties properties_y_,
|
||||
InputEngine* input_engine_)
|
||||
: identifier(identifier_), axis_x(axis_x_), axis_y(axis_y_), properties_x(properties_x_),
|
||||
properties_y(properties_y_), input_engine(input_engine_),
|
||||
invert_axis_y{input_engine_->GetEngineName() == "sdl"} {
|
||||
properties_y(properties_y_),
|
||||
input_engine(input_engine_), invert_axis_y{input_engine_->GetEngineName() == "sdl"} {
|
||||
UpdateCallback engine_callback{[this]() { OnChange(); }};
|
||||
const InputIdentifier x_input_identifier{
|
||||
.identifier = identifier,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue