Add 'always on top' window support
This commit is contained in:
@@ -71,7 +71,8 @@ namespace lime {
|
||||
WINDOW_FLAG_ALLOW_HIGHDPI = 0x00000800,
|
||||
WINDOW_FLAG_HIDDEN = 0x00001000,
|
||||
WINDOW_FLAG_MINIMIZED = 0x00002000,
|
||||
WINDOW_FLAG_MAXIMIZED = 0x00004000
|
||||
WINDOW_FLAG_MAXIMIZED = 0x00004000,
|
||||
WINDOW_FLAG_ALWAYS_ON_TOP = 0x00008000
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user