|
Dunst
Lightweight notification daemon
|
#include <stddef.h>#include "input.h"#include "log.h"#include "menu.h"#include "settings.h"#include "queues.h"
Include dependency graph for input.c:Go to the source code of this file.
Macros | |
| #define | BTN_LEFT (0x110) |
| #define | BTN_RIGHT (0x111) |
| #define | BTN_MIDDLE (0x112) |
| #define | BTN_TOUCH (0x14a) |
Functions | |
| int | get_notification_clickable_height (struct notification *n, bool first, bool last) |
| struct notification * | get_notification_at (const int y) |
| void | input_handle_click (unsigned int button, bool button_down, int mouse_x, int mouse_y) |
| Handle incoming mouse click events. | |
| struct notification * get_notification_at | ( | const int | y | ) |
| int get_notification_clickable_height | ( | struct notification * | n, |
| bool | first, | ||
| bool | last ) |
| void input_handle_click | ( | unsigned int | button, |
| bool | button_down, | ||
| int | mouse_x, | ||
| int | mouse_y ) |