mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Initial mouse events for pause screen
This commit is contained in:
@@ -28,8 +28,6 @@ private:
|
||||
std::function<void(CGuiTableGroup*)> xec_doMenuCancel;
|
||||
std::function<void(CGuiTableGroup*, int)> x104_doMenuSelChange;
|
||||
|
||||
bool IsWorkerSelectable(int) const;
|
||||
void SelectWorker(int);
|
||||
void DeactivateWorker(CGuiWidget* widget);
|
||||
void ActivateWorker(CGuiWidget* widget);
|
||||
|
||||
@@ -78,6 +76,10 @@ public:
|
||||
|
||||
int GetUserSelection() const { return xc4_userSelection; }
|
||||
|
||||
bool IsWorkerSelectable(int) const;
|
||||
|
||||
void SelectWorker(int);
|
||||
|
||||
void ProcessUserInput(const CFinalInput& input);
|
||||
|
||||
bool AddWorkerWidget(CGuiWidget* worker) { return true; }
|
||||
|
||||
Reference in New Issue
Block a user