Skip to content
  • Dmitry Kazakov's avatar
    Don't eat mouse press events on Linux · 869aaea7
    Dmitry Kazakov authored
    Since we explicitly accept all the tablet press events, Linux
    is guaranteed not to generate any synthesized mouse presses for
    them. Therefore, we shouldn't eat them.
    
    On Windows, the events are synthesized by the OS, so we need
    to eat them still.
    
    BUG:407595
    869aaea7