PLUG_CB_WINEVENT
在 TranslateMessage 和 DispatchMessage Windows 函数(PreTranslateMessage)之前调用。
避免在没有预防措施的情况下调用 user32 函数,如果你没有采取对策,将会有一个递归调用:
struct PLUG_CB_WINEVENT { MSG* message; long* result; bool retval; //only set this to true if you want Qt to ignore the event. };