mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-07 13:47:59 -05:00
InputCommon: add Keyboard
This commit is contained in:
@ -104,6 +104,7 @@ class GRenderWindow : public QWidget, public EmuWindow {
|
||||
|
||||
public:
|
||||
GRenderWindow(QWidget* parent, EmuThread* emu_thread);
|
||||
~GRenderWindow();
|
||||
|
||||
// EmuWindow implementation
|
||||
void SwapBuffers() override;
|
||||
@ -127,7 +128,7 @@ public:
|
||||
void mouseMoveEvent(QMouseEvent* event) override;
|
||||
void mouseReleaseEvent(QMouseEvent* event) override;
|
||||
|
||||
void ReloadSetKeymaps() override;
|
||||
void ReloadSetKeymaps();
|
||||
|
||||
void OnClientAreaResized(unsigned width, unsigned height);
|
||||
|
||||
@ -152,9 +153,6 @@ private:
|
||||
|
||||
QByteArray geometry;
|
||||
|
||||
/// Device id of keyboard for use with KeyMap
|
||||
int keyboard_id;
|
||||
|
||||
EmuThread* emu_thread;
|
||||
|
||||
/// Motion sensors emulation
|
||||
|
Reference in New Issue
Block a user