Home
last modified time | relevance | path

Searched defs:ff_effect (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/misc/evdev/
H A Dinput.h252 struct ff_effect { struct
253 uint16_t type;
254 int16_t id;
255 uint16_t direction; /* [0 .. 360) degrees -> [0 .. 0x10000) */
256 struct ff_trigger trigger;
257 struct ff_replay replay;
259 union {
265 } u;