Implement window transparency.

This commit is contained in:
Apprentice-Alchemist
2022-08-04 22:00:49 +02:00
parent 88b4fdf888
commit 1c8c6c1a5e
9 changed files with 96 additions and 1 deletions

View File

@@ -60,6 +60,8 @@ namespace lime {
virtual void SetTextInputRect (Rectangle *rect) = 0;
virtual const char* SetTitle (const char* title) = 0;
virtual void WarpMouse (int x, int y) = 0;
virtual float GetOpacity();
virtual void SetOpacity(float opacity);
Application* currentApplication;
int flags;