Add controller window and single joycon top view
This commit is contained in:
parent
ea1f656d7e
commit
a7f9983563
7 changed files with 391 additions and 29 deletions
|
@ -27,6 +27,7 @@ class GRenderWindow;
|
|||
class LoadingScreen;
|
||||
class MicroProfileDialog;
|
||||
class ProfilerWidget;
|
||||
class ControllerDialog;
|
||||
class QLabel;
|
||||
class QPushButton;
|
||||
class QProgressDialog;
|
||||
|
@ -313,6 +314,7 @@ private:
|
|||
ProfilerWidget* profilerWidget;
|
||||
MicroProfileDialog* microProfileDialog;
|
||||
WaitTreeWidget* waitTreeWidget;
|
||||
ControllerDialog* controllerDialog;
|
||||
|
||||
QAction* actions_recent_files[max_recent_files_item];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue