팝업모드에서 게임 실행시 터치 영역에 차이가 발생합니다. (There is a difference in the touch area when running the game in pop-up mode)

팝업모드에서 생기는 상단 툴바의 높이 만큼 y축으로 차이가 발생하는것으로 보입니다.
ANativeWindow_getWidth 을 통해 Window 사이즈를 가져오면
상단바의 높이까지 포함된 크기를 가져오고 있습니다.

상단 바의 높이를 알 수 있는 방법이나,
상단 바의 높이가 제외된 윈도우 사이즈를 알아낼 방법이 있을까요?
도움 부탁드립니다.


It seems that there is a difference in the y-axis as much as the height of the upper toolbar that occurs in pop-up mode.
If you get the window size through ANativeWindow_getWidth
I am getting the size including the height of the top bar.

How to know the height of the top bar,
Is there a way to find out the window size minus the height of the top bar?
Please help.

Can you please provide us with screenshots and code snippets so we can understand the issue better?