|
Mir
|
#include "mir_toolkit/client_types.h"Go to the source code of this file.
Typedefs | |
| typedef enum MirPointerHandedness | MirPointerHandedness |
| typedef enum MirPointerAcceleration | MirPointerAcceleration |
| MirPointerAcceleration describes the way pointer movement is filtered: More... | |
| typedef enum MirTouchpadClickMode | MirTouchpadClickMode |
| typedef unsigned int | MirTouchpadClickModes |
| typedef enum MirTouchpadScrollMode | MirTouchpadScrollMode |
| typedef unsigned int | MirTouchpadScrollModes |
| typedef unsigned int | MirInputDeviceCapabilities |
Functions | |
| size_t | mir_input_config_device_count (MirInputConfig const *config) |
| Retrieve the number of available input devices. More... | |
| MirInputDevice const * | mir_input_config_get_device (MirInputConfig const *config, size_t index) |
| Retrieve the input device at given index. More... | |
| MirInputDevice const * | mir_input_config_get_device_by_id (MirInputConfig const *config, MirInputDeviceId id) |
| Retrieve the input device by id. More... | |
| MirInputDevice * | mir_input_config_get_mutable_device (MirInputConfig *config, size_t index) |
| Retrieve the input device at given index. More... | |
| MirInputDevice * | mir_input_config_get_mutable_device_by_id (MirInputConfig *config, MirInputDeviceId id) |
| Retrieve the input device by id. More... | |
| MirInputDeviceCapabilities | mir_input_device_get_capabilities (MirInputDevice const *device) |
| Retrieve the capabilities of the input device at the given index. More... | |
| MirInputDeviceId | mir_input_device_get_id (MirInputDevice const *device) |
| Retrieve the device id of the input device. More... | |
| char const * | mir_input_device_get_name (MirInputDevice const *device) |
| Retrieve the name of the input device. More... | |
| char const * | mir_input_device_get_unique_id (MirInputDevice const *device) |
| Retrieve the unique id of the input device. More... | |
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016