FireBreath无法响应MouseDown事件 July 5, 2016 by euhat 原因是你在重载的WindowsEvent事件处理函数中return true了,改成return false就有响应了。