|
| static wlmaker_input_observation_manager_t * | input_observation_manager_from_resource (struct wl_resource *wl_resource_ptr) |
| |
| static void | bind_input_observation (struct wl_client *wl_client_ptr, void *data_ptr, uint32_t version, uint32_t id) |
| |
| static void | handle_resource_destroy (struct wl_client *wl_client_ptr, struct wl_resource *wl_resource_ptr) |
| |
| static void | input_observation_manager_handle_create_pointer_observer (struct wl_client *client, struct wl_resource *resource, uint32_t id, struct wl_resource *pointer_wl_resource_ptr, struct wl_resource *surface) |
| |
| static wlmaker_input_position_observer_t * | wlmaker_input_position_observer_from_resource (struct wl_resource *wl_resource_ptr) |
| |
| static wlmaker_input_position_observer_t * | wlmaker_input_position_observer_create (struct wl_client *wl_client_ptr, wlmaker_input_observation_manager_t *manager_ptr, uint32_t id, int version, struct wl_resource *pointer_wl_resource_ptr, struct wlr_surface *wlr_surface_ptr) |
| |
| static void | wlmaker_input_position_observer_resource_destroy (struct wl_resource *wl_resource_ptr) |
| |
| static void | wlmaker_input_position_observer_destroy (wlmaker_input_position_observer_t *position_observer_ptr) |
| |
| static void | _wlmaker_input_position_observer_handle_surface_destroy (struct wl_listener *listener_ptr, void *data_ptr) |
| |
| static void | _wlmaker_input_position_observer_handle_cursor_frame (struct wl_listener *listener_ptr, void *data_ptr) |
| |
| 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) |
| |
| void | wlmaker_input_observation_manager_destroy (wlmaker_input_observation_manager_t *manager_ptr) |
| |
- Copyright
- Copyright (c) 2026 Philipp Kaeser (kaese.nosp@m.r@gu.nosp@m.bbe.c.nosp@m.h) Copyright 2024 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.