featrue: add 左右键选择#4
Open
ZzYyPp47 wants to merge 2 commits into
Open
Conversation
Owner
|
棒棒的!👏顺便借楼,最新版v1.2.0也已经更新发布啦 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
感谢作者的优秀项目,希望这个改动对大家有帮助。
功能描述
增加了鼠标左键/右键切换功能,让用户可以在不同绘图应用(如 Windows 画板、Photoshop 等)之间灵活使用。

调整了初始化窗口大小,使得绘画按键可以直接出现。
改动内容
left_click_down/up)为什么需要这个改动
原程序只支持右键绘制,但在 Windows 画板、Photoshop 等常用绘图软件中默认使用左键。这个改动让程序能够适配更多应用场景,用户可以根据需要自由切换。