We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
背景:当我在画布上某一处进行右键,我希望能够通过右键菜单创建一个自定义的节点,但是右键画布菜单的callback参数中却没有包含鼠标右键时在画布上的相对位置信息。 目的:menu插件的graphMenu在触发callback时应添加上右键时相对于画布的位置信息
The text was updated successfully, but these errors were encountered:
ChangeSuger
No branches or pull requests
背景&目的
背景:当我在画布上某一处进行右键,我希望能够通过右键菜单创建一个自定义的节点,但是右键画布菜单的callback参数中却没有包含鼠标右键时在画布上的相对位置信息。
目的:menu插件的graphMenu在触发callback时应添加上右键时相对于画布的位置信息
The text was updated successfully, but these errors were encountered: