mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-11 03:15:46 -05:00
Add message boxes and user input windows to API
This commit is contained in:
@@ -33,6 +33,7 @@ public:
|
||||
static QJSValue position(int x, int y);
|
||||
static QJSEngine *getEngine();
|
||||
static QImage getImage(QString filepath);
|
||||
static QJSValue dialogInput(QJSValue input, bool selectedOk);
|
||||
static void init(MainWindow *mainWindow);
|
||||
static void registerAction(QString functionName, QString actionName);
|
||||
static int numRegisteredActions();
|
||||
|
||||
Reference in New Issue
Block a user