关于case structure下的键盘源event structure
时间:12-13
整理:3721RD
点击:
在case structure中,想用同一个键盘值来控制不同case中的event structure。
即有case A和B,均包含有以键盘page up为事件源的event structure。则当在caseA的情况下对键盘page up进行的操作会在切换到caseB的时候自动进行一遍。要怎样消除这种情况?谢谢
即有case A和B,均包含有以键盘page up为事件源的event structure。则当在caseA的情况下对键盘page up进行的操作会在切换到caseB的时候自动进行一遍。要怎样消除这种情况?谢谢
响应其中的 key down? 事件
处理后
true 连接 discard
谢谢hink,请问一下是像图中一样去设置么?
这样设置以后前面板会没有响应,你说的处理后true连接discard是如何连接?
事件结构上加上超时