Skip to content
  • Dmitry Kazakov's avatar
    Fix event overflows on GPUs not supporting openGL 3.0 · f2707b76
    Dmitry Kazakov authored
    1) Generally, we should ignore a tablet event when not in brush mode,
       then Qt will drop 85% of events, which will solve overflow problems
       for GPU, which cannot sync the pipeline.
    
    2) Added options to configure the tablet event delay. Might be interested
       for the people having older hardware.
    
    BUG:342368
    f2707b76