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.
过去的问题涉及检测 DigitalMicrograph UI 中的变化,例如关闭图像窗口或更改 ROI,对此有一组很好的侦听器事件可用。是否有类似的方法来检测 DocumentWindow 对象的移动或调整大小?
是的,documentWindow 侦听器存在此类消息。
与window_closed消息类似,您也可以使用window_begin_drag、window_end_drag、window_move_or_size、window_updated和window_opened消息。
但是,这些事件消息仅从 GMS 3.0 开始添加。