Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overlay issue and resize issue #507

Open
XingShunlee opened this issue May 28, 2024 · 0 comments
Open

overlay issue and resize issue #507

XingShunlee opened this issue May 28, 2024 · 0 comments

Comments

@XingShunlee
Copy link

1.Main window(800,600); create one background overlay for window(800,600); then create a front overlay window(200,200); only the background window can receive mouse event,the right should be that: if the background has_focus,it should receive the mouse event;if the front window has_focus,it should receive the mouse event ,not the background ;this should fixed use the has_focus to check which should handle the mouse first.

  1. the resize issue: when max the main window , the front overlay window (in 1 create) can not move ,its x move range (0,1100); if you use overly->move(1100,y),you cannot see it.
  2. using the JSObjectMakeFunctionWithCallback function to use C function,the function works ,but i have 0xc0005 after the function running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant