-
Notifications
You must be signed in to change notification settings - Fork 573
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
按键删除 #7
Comments
只是把这个按键句柄从链表中移除.这样在按键处理函数中就不会涉及到这个 按键了.内存是仍然占用的. |
我在纸上研读来研读去,都没看你把这个按键句柄移出的逻辑,请问哪句话是把句柄给移出了链表?
…------------------ 原始邮件 ------------------
发件人: sj13757790563 <[email protected]>
发送时间: 2019年12月5日 10:48
收件人: 0x1abin/MultiButton <[email protected]>
抄送: Mandy.yan <[email protected]>, Author <[email protected]>
主题: 回复:[0x1abin/MultiButton] 按键删除 (#7)
只是把这个按键句柄从链表中移除.这样在按键处理函数中就不会涉及到这个 按键了.内存是仍然占用的.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
curr 在初始化时 指向 head_handle,随后指向了输入的handle中的next字段.我只能这么描述了,或者作者可以讲的更清楚一些 |
Hi
|
请问这些流程图,是通过什么软件绘制的呢?学习一下,多谢! |
draw.io |
就是draw.io呀
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2023年03月20日 10:47 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [0x1abin/MultiButton] 按键删除 (#7) |
请问这些流程图,是通过什么软件绘制的呢?学习一下,多谢!
draw.io
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问void button_stop(struct Button* handle)这个函数, 在哪将传入的按键删除了, 压根都没看到这个逻辑..
The text was updated successfully, but these errors were encountered: