Kanzi input, YunOS implementation. More...
Functions | |
| void | kzsInputDeviceNativeSignalEvent (struct KzsInputDeviceNative *device) |
| Sets the suspension manager event state to signaled. More... | |
| void | kzsInputDeviceNativeClearEvent (struct KzsInputDeviceNative *device) |
| Clears the suspension manager event signaling state. More... | |
| KzsEventQueue * | kzsInputDeviceNativeGetEventQueue (struct KzsInputDeviceNative *device) |
| Returns a pointer to native input device's event queue. This function should only be called by InputEventListener. More... | |
Kanzi input, YunOS implementation.
Copyright 2008-2021 by Rightware. All rights reserved.
| void kzsInputDeviceNativeSignalEvent | ( | struct KzsInputDeviceNative * | device | ) |
Sets the suspension manager event state to signaled.
| void kzsInputDeviceNativeClearEvent | ( | struct KzsInputDeviceNative * | device | ) |
Clears the suspension manager event signaling state.
| KzsEventQueue* kzsInputDeviceNativeGetEventQueue | ( | struct KzsInputDeviceNative * | device | ) |
Returns a pointer to native input device's event queue. This function should only be called by InputEventListener.