[Tizen] Support Device orientation and window orientation event. 90/286390/2
authorWonsik Jung <sidein@samsung.com>
Thu, 3 Nov 2022 14:35:40 +0000 (23:35 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 5 Jan 2023 05:41:31 +0000 (14:41 +0900)
commitc6ca1be51936dc42b204b44121ba8f18c0d9d819
tree1a422c1e20aee161c2c6b73b1aca129f5cfbd4cb
parent839f4c881e0ad836217e399d4b0018b3fcfcfda7
[Tizen] Support Device orientation and window orientation event.

Supporting  Device orientation and Window Orienation event when device orientation is changed or window orientation is changed.
Window orientation event is emitted by display server.
To emitted Window Orientation event, AddAvailableOrientation() or SetPreferredOrientation() should be called.
Otherwise, Device Orientation event is emitted by Application framework and any condition is not needed.

Change-Id: I3c72974e577db5dee12ed264a191538b3bdf51a5
dali-csharp-binder/src/application-wrap.cpp
dali-csharp-binder/src/window-wrap.cpp