device/valio/touchpad.h header reference
[Valio device attributes module]

The source code of this header can be browsed online.

Description [link] 

Value IO interface for a touchpad

Members [link] 

Types [link] 

Members detail [link] 

#define LIBDEVICE_VALIO_TOUCHPAD_H_ [link] 

This macro is declared in device/valio/touchpad.h source file, line 27.

enum valio_touchpad_att [link] 

This enum is declared in device/valio/touchpad.h source file, line 32.

IdentifierDescription
VALIO_TOUCHPAD_SIZEA struct valio_touchpad_size_s defining size of touch area in raw coordinates, constant
VALIO_TOUCHPAD_STATEA struct valio_touchpad_state_s with current position, read or update

struct valio_touchpad_size_s [link] 

This struct is declared in device/valio/touchpad.h source file, line 42.

FieldDescription
uint32_t width;
uint32_t height;

struct valio_touchpad_state_s [link] 

This struct is declared in device/valio/touchpad.h source file, line 48.

FieldDescription
uint32_t x;
uint32_t y;
uint8_t touch;
Valid XHTML 1.0 StrictGenerated by diaxen on Thu Aug 4 15:44:06 2022 using MkDoc