|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (LeadingEdgeAlwaysRuns) | |
| Tests for TOOL_DISPATCHER::ShouldDropAutoRepeat, the pure decision that discards backlogged OS key auto-repeat events delivered after a hotkey was released (issue 24540). | |
| BOOST_AUTO_TEST_CASE (HeldKeyRepeatsRun) | |
| BOOST_AUTO_TEST_CASE (StaleRepeatAfterReleaseDropped) | |
| BOOST_AUTO_TEST_CASE (SecondDeliberateTapRuns) | |
| BOOST_AUTO_TEST_CASE (DifferentKeyIsNewBurst) | |
| BOOST_AUTO_TEST_CASE | ( | DifferentKeyIsNewBurst | ) |
Definition at line 82 of file test_tool_dispatcher.cpp.
References TOOL_DISPATCHER::ShouldDropAutoRepeat().
| BOOST_AUTO_TEST_CASE | ( | HeldKeyRepeatsRun | ) |
Definition at line 45 of file test_tool_dispatcher.cpp.
References TOOL_DISPATCHER::ShouldDropAutoRepeat().
| BOOST_AUTO_TEST_CASE | ( | LeadingEdgeAlwaysRuns | ) |
Tests for TOOL_DISPATCHER::ShouldDropAutoRepeat, the pure decision that discards backlogged OS key auto-repeat events delivered after a hotkey was released (issue 24540).
Definition at line 31 of file test_tool_dispatcher.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), and TOOL_DISPATCHER::ShouldDropAutoRepeat().
| BOOST_AUTO_TEST_CASE | ( | SecondDeliberateTapRuns | ) |
Definition at line 69 of file test_tool_dispatcher.cpp.
References TOOL_DISPATCHER::AutoRepeatWindowMs, and TOOL_DISPATCHER::ShouldDropAutoRepeat().
| BOOST_AUTO_TEST_CASE | ( | StaleRepeatAfterReleaseDropped | ) |
Definition at line 56 of file test_tool_dispatcher.cpp.
References TOOL_DISPATCHER::ShouldDropAutoRepeat().