diff options
Diffstat (limited to 'mousmain.c')
-rw-r--r-- | mousmain.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ static int set_wheel(LPTSRDATA data, bool enable) if (data->usewheel) { detect_wheel(data); + if (!data->haswheel) { + fprintf(stderr, "Could not find PS/2 wheel mouse\n"); + } } else { data->haswheel = false; } |