]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.hxx
replace depreciated plib symbols with their new forms
[flightgear.git] / src / GUI / dialog.hxx
index 473e839b596c7532fc6331362d4242de300979b6..26b89bb96566aff10e6f9de377be3b278b4abfba 100644 (file)
@@ -177,7 +177,10 @@ class fgPopup : public puPopup {
 public:
     fgPopup(int x, int y, bool d = true) : puPopup(x, y) { _dragging = false; _draggable = d;}
     int checkHit(int b, int up, int x, int y);
+    int checkKey(int key, int updown);
     int getHitObjects(puObject *, int x, int y);
+    puObject *getKeyObject(puObject *, int key);
+    puObject *getActiveInputField(puObject *);
 private:
     bool _draggable;
     bool _dragging;