Input: fix build

This commit is contained in:
Megamouse 2021-02-12 02:44:26 +01:00
parent f0b7afd7cc
commit 1479468730
5 changed files with 18 additions and 17 deletions

View file

@ -84,9 +84,9 @@ public:
void init_config(pad_config* cfg, const std::string& name) override;
private:
ds3_pad_handler::DataStatus get_data(ds3_device* ds3dev);
int send_output_report(ds3_device* ds3dev);
void check_add_device(hid_device* hidDevice, std::string_view path, std::wstring_view serial);
ds3_pad_handler::DataStatus get_data(ds3_device* ds3dev) override;
int send_output_report(ds3_device* ds3dev) override;
void check_add_device(hid_device* hidDevice, std::string_view path, std::wstring_view serial) override;
bool get_is_left_trigger(u64 keyCode) override;
bool get_is_right_trigger(u64 keyCode) override;