Supports some tizen window features. 78/260078/3
authorWonsik Jung <sidein@samsung.com>
Fri, 18 Jun 2021 07:28:00 +0000 (16:28 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 29 Jun 2021 08:55:09 +0000 (17:55 +0900)
commit3cb63dd1adbb11a2082f60848145290c96843bc8
treebbb183c6e1c16ecfb18b50cf5ad267ef3d8810b6
parent6ac9b28980a845004a404aebad5b65c9c4c06848
Supports some tizen window features.

Supports some tizne window features.
1. Window resized and moved by disply server.
Supports window is resized or moved by display server.
This APIs should be called in mouse down event.
After that, the window is moved or resized with mouse move event.
When mouse up event happens, the job will be finished.

2. floating window mode.
The floating mode is to support making partial size window easliy.
It is useful to make popup style window and this window is always upper than the other normal window.
In addition, it is easy to change between popup style and normal style window.

Change-Id: I57f931325d6418fe157bb5eab5842e6e561bf2c9
dali-csharp-binder/src/window.cpp