Merge pull request #549 from larsiusprime/window

window: exposed "raise()" function from SDL to bring the specified wi…
This commit is contained in:
Joshua Granick
2015-08-25 16:16:15 -07:00
8 changed files with 43 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ namespace lime {
virtual int GetX () = 0;
virtual int GetY () = 0;
virtual void Move (int x, int y) = 0;
virtual void Raise () = 0;
virtual void Resize (int width, int height) = 0;
virtual void SetEnableTextEvents (bool enable) = 0;
virtual bool SetFullscreen (bool fullscreen) = 0;