Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以设置 3 个 CIwButton 小部件(比如说“左”、“右”、“开火”)并能够在按住“开火”按钮的同时使用“左”/“右”?还是我需要编写自己的按钮类来做到这一点?
你不需要。如果您在 UI 中定义事件处理方法并IWUISLOT为每个按钮创建一个,那么每个按钮都会有自己的触摸事件。我认为您不需要任何单独的按钮类。
IWUISLOT