wlmaker
Loading...
Searching...
No Matches
src
input_observation.h
Go to the documentation of this file.
1
/* ========================================================================= */
20
#ifndef __INPUT_OBSERVATION_H__
21
#define __INPUT_OBSERVATION_H__
22
24
typedef
struct
_wlmaker_input_observation_manager_t
wlmaker_input_observation_manager_t
;
26
typedef
struct
_wlmaker_input_position_observer_t
wlmaker_input_position_observer_t
;
27
28
struct
wl_display;
29
struct
wlr_cursor;
30
struct
wlr_seat;
31
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
// __cplusplus
35
46
wlmaker_input_observation_manager_t
*
wlmaker_input_observation_manager_create
(
47
struct
wl_display *wl_display_ptr,
48
struct
wlr_seat *wlr_seat_ptr,
49
struct
wlr_cursor *wlr_cursor_ptr);
50
56
void
wlmaker_input_observation_manager_destroy
(
57
wlmaker_input_observation_manager_t
*manager_ptr);
58
59
#ifdef __cplusplus
60
}
// extern "C"
61
#endif
// __cplusplus
62
63
#endif
/* __INPUT_OBSERVATION_H__ */
64
/* == End of input_observation.h =========================================== */
wlmaker_input_observation_manager_create
wlmaker_input_observation_manager_t * wlmaker_input_observation_manager_create(struct wl_display *wl_display_ptr, struct wlr_seat *wlr_seat_ptr, struct wlr_cursor *wlr_cursor_ptr)
Definition
input_observation.c:130
wlmaker_input_observation_manager_destroy
void wlmaker_input_observation_manager_destroy(wlmaker_input_observation_manager_t *manager_ptr)
Definition
input_observation.c:157
_wlmaker_input_observation_manager_t
Definition
input_observation.c:46
_wlmaker_input_position_observer_t
Definition
input_observation.c:56
Generated by
1.9.8