Reference Manual - 1.0.1
IDirectFBWindow   DisableEvents

Disable specific events from being sent to the window.者禁止一些不要用的事件发送到窗口去.

DisableEvents (
  IDirectFBWindow   * thiz,
  DFBWindowEventType   mask
);

The argument is a mask of events that will be cleared in the window's event mask. The default event mask is DWET_ALL.

清理windows 里事件buffer 的变量,那自动的事件屏蔽码是DWET_ALL

Creative Commons License This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License