Kanzi input device implementation. More...
#include <system/debug/kzs_error.h>#include <system/input/kzs_input.h>#include <system/display/kzs_desktop.h>#include <system/kzs_header.h>Functions | |
| kzsError | kzsInputDeviceCreate (const struct KzsDesktop *desktop, struct KzsInputDevice **device_out) |
| Creates an input device. More... | |
| kzsError | kzsInputDeviceDelete (struct KzsInputDevice *device) |
| Deletes an input device. More... | |
| kzsError | kzsInputDeviceGatherData (const struct KzsInputDevice *device, struct KzsEventQueue *queue) |
| Enqueues input data from input device. More... | |
Kanzi input device implementation.
Copyright 2008-2020 by Rightware. All rights reserved.
| kzsError kzsInputDeviceCreate | ( | const struct KzsDesktop * | desktop, |
| struct KzsInputDevice ** | device_out | ||
| ) |
Creates an input device.
| kzsError kzsInputDeviceDelete | ( | struct KzsInputDevice * | device | ) |
Deletes an input device.
| kzsError kzsInputDeviceGatherData | ( | const struct KzsInputDevice * | device, |
| struct KzsEventQueue * | queue | ||
| ) |
Enqueues input data from input device.