|
Dunst
Lightweight notification daemon
|
Input handling for mouse events. More...
#include <stdbool.h>
Include dependency graph for input.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | input_handle_click (unsigned int button, bool button_down, int mouse_x, int mouse_y) |
| Handle incoming mouse click events. | |
Input handling for mouse events.
Definition in file input.h.
| void input_handle_click | ( | unsigned int | button, |
| bool | button_down, | ||
| int | mouse_x, | ||
| int | mouse_y ) |