wlmaker
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
keyboard.h File Reference
#include <libbase/libbase.h>
#include <libbase/plist.h>
#include "manager.h"
Include dependency graph for keyboard.h:
This graph shows which files directly or indirectly include this file:

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_twlmim_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
 

Detailed Description

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 Documentation

◆ wlmim_keyboard_t

Type of the keyboard handle.

◆ wlmtk_element_t

Forward declaration.

Function Documentation

◆ wlmim_keyboard_create()

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.

Parameters
input_manager_ptr
wlmaker_config_dict_ptr
wlr_keyboard_ptr
wlr_seat_ptr
root_element_ptr
Returns
The handle or NULL on error. Free via wlmim_keyboard_destroy().

◆ wlmim_keyboard_destroy()

void wlmim_keyboard_destroy ( wlmim_keyboard_t keyboard_ptr)

Destroys the keyboard handle.

Parameters
keyboard_ptr

Variable Documentation

◆ wlmim_keyboard_test_set

const bs_test_set_t wlmim_keyboard_test_set
extern

Unit test set for wlmim_keyboard_t.