提交 a6fa4cc2 编写于 作者: N night_xiaoye

window: android window splits from anbox window.

click 42px height of anbox window exactly will explit android window from anbox window, solve it.
上级 796fe1c5
......@@ -175,7 +175,7 @@ SDL_HitTestResult Window::on_window_hit(SDL_Window *window, const SDL_Point *pt,
SDL_HitTestResult result = SDL_HITTEST_NORMAL;
if (pt->y < top_drag_area_height) {
if (pt->y <= top_drag_area_height) {
if (!platform_window->initialized.load()) {
INFO("window initialized by click top");
platform_window->initialized = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册