mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-25 08:43:57 +00:00
input_common/input_mapping: Default constructor
This commit is contained in:
parent
51dd3da11c
commit
12e7d3b254
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace InputCommon {
|
||||
|
||||
MappingFactory::MappingFactory() {}
|
||||
MappingFactory::MappingFactory() = default;
|
||||
|
||||
void MappingFactory::BeginMapping(Polling::InputType type) {
|
||||
is_enabled = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue