|
wlmaker
|


Go to the source code of this file.
Typedefs | |
| typedef struct _wlmim_keyboard_t | wlmim_keyboard_t |
| typedef struct _wlmtk_element_t | wlmtk_element_t |
Functions | |
| wlmim_keyboard_t * | wlmim_keyboard_create (wlmim_t *input_manager_ptr, bspl_dict_t *wlmaker_config_dict_ptr, struct wlr_keyboard *wlr_keyboard_ptr, struct wlr_seat *wlr_seat_ptr, wlmtk_element_t *root_element_ptr) |
| void | wlmim_keyboard_destroy (wlmim_keyboard_t *keyboard_ptr) |
Variables | |
| const bs_test_set_t | wlmim_keyboard_test_set |
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.
| typedef struct _wlmim_keyboard_t wlmim_keyboard_t |
Type of the keyboard handle.
| typedef struct _wlmtk_element_t wlmtk_element_t |
Forward declaration.
| wlmim_keyboard_t * wlmim_keyboard_create | ( | wlmim_t * | input_manager_ptr, |
| bspl_dict_t * | wlmaker_config_dict_ptr, | ||
| struct wlr_keyboard * | wlr_keyboard_ptr, | ||
| struct wlr_seat * | wlr_seat_ptr, | ||
| wlmtk_element_t * | root_element_ptr | ||
| ) |
Creates a handle for a registered keyboard.
| input_manager_ptr | |
| wlmaker_config_dict_ptr | |
| wlr_keyboard_ptr | |
| wlr_seat_ptr | |
| root_element_ptr |
| void wlmim_keyboard_destroy | ( | wlmim_keyboard_t * | keyboard_ptr | ) |
Destroys the keyboard handle.
| keyboard_ptr |
|
extern |
Unit test set for wlmim_keyboard_t.