wlmaker
Loading...
Searching...
No Matches
src
input_observation.h
Go to the documentation of this file.
1
/* ========================================================================= */
21
#ifndef __INPUT_OBSERVATION_H__
22
#define __INPUT_OBSERVATION_H__
23
25
typedef
struct
_wlmaker_input_observation_manager_t
wlmaker_input_observation_manager_t
;
27
typedef
struct
_wlmaker_input_position_observer_t
wlmaker_input_position_observer_t
;
28
29
struct
wl_display;
30
struct
wlr_cursor;
31
struct
wlr_seat;
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
// __cplusplus
36
47
wlmaker_input_observation_manager_t
*
wlmaker_input_observation_manager_create
(
48
struct
wl_display *wl_display_ptr,
49
struct
wlr_seat *wlr_seat_ptr,
50
struct
wlr_cursor *wlr_cursor_ptr);
51
57
void
wlmaker_input_observation_manager_destroy
(
58
wlmaker_input_observation_manager_t
*manager_ptr);
59
60
#ifdef __cplusplus
61
}
// extern "C"
62
#endif
// __cplusplus
63
64
#endif
/* __INPUT_OBSERVATION_H__ */
65
/* == 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:131
wlmaker_input_observation_manager_destroy
void wlmaker_input_observation_manager_destroy(wlmaker_input_observation_manager_t *manager_ptr)
Definition
input_observation.c:158
_wlmaker_input_observation_manager_t
Definition
input_observation.c:47
_wlmaker_input_position_observer_t
Definition
input_observation.c:57
Generated by
1.9.8