diff options
Diffstat (limited to 'tests/test_common/test_driver.cpp')
| -rw-r--r-- | tests/test_common/test_driver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_common/test_driver.cpp b/tests/test_common/test_driver.cpp index d410b225f9..70b920ac86 100644 --- a/tests/test_common/test_driver.cpp +++ b/tests/test_common/test_driver.cpp | |||
| @@ -54,6 +54,7 @@ void TestDriver::send_nkro(report_nkro_t* report) { | |||
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | void TestDriver::send_mouse(report_mouse_t* report) { | 56 | void TestDriver::send_mouse(report_mouse_t* report) { |
| 57 | test_logger.trace() << std::setw(10) << std::left << "send_mouse: (X:" << (int)report->x << ", Y:" << (int)report->y << ", H:" << (int)report->h << ", V:" << (int)report->v << ", B:" << (int)report->buttons << ")" << std::endl; | ||
| 57 | m_this->send_mouse_mock(*report); | 58 | m_this->send_mouse_mock(*report); |
| 58 | } | 59 | } |
| 59 | 60 | ||
