summaryrefslogtreecommitdiffstats
path: root/src/ui_input.h
blob: d036055b86c73da0abc0864ece7d3c3cf5ea8ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * functions, callbacks and data types for user input
 *
 * Copyright (c) 2015 Ultimaker B.V.
 * Author: Olliver Schinagl <o.schinagl@ultimaker.com>
 *
 * SPDX-License-Identifier:	AGPL-3.0+
 */

#ifndef _UI_INPUT_H
#define _UI_INPUT_H

extern int INPUT_MOUSE_WHEEL_UP;
extern int INPUT_MOUSE_WHEEL_DOWN;

void input_mouse_wheel_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info);
void input_init(void);

#endif /* _UI_INPUT_H */