释放事件 meaning in Chinese
release event
Examples
- Method of the base class , to release the event when the application closes
方法添加代码,以在关闭应用程序时释放事件。 - For example , a balloon responds to the event of being punctured by deflating , or to the event of being released by rising
例如,气球以放气响应被刺破事件或以上升响应释放事件。 - If you do not release the event , the code that you hook up to the event will run even after the program is closed
如果不释放事件,则即使程序关闭后挂接到该事件上的代码也将运行。 - When we specify gdk _ pointer _ motion _ hint _ mask , the server sends us a motion event the first time the pointer moves after entering our window , or after a button press or release event
当我们指定gdk _ pointer _ motion _ hint _ mask的时候,在指针进入我们的窗口之后、或在一个按钮按下或释放事件之后,服务器在指针首次移动时向我们发送一个移动事件。