mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 19:12:33 +00:00
The `mimic_pressed` function was primarily used in one place, the Calculator. This patch removes quite a lot of logic duplication there. It is also profitable to a lot of other places where `click()` was called without mimicking a click. |
||
|---|---|---|
| .. | ||
| Calculator.cpp | ||
| Calculator.h | ||
| CalculatorWidget.cpp | ||
| CalculatorWidget.h | ||
| CalculatorWindow.gml | ||
| CMakeLists.txt | ||
| Keypad.cpp | ||
| Keypad.h | ||
| main.cpp | ||
| RoundingDialog.cpp | ||
| RoundingDialog.h | ||