Lines Matching +full:side +full:- +full:effect
1 /*-
3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org>
37 #include "input-event-codes.h"
104 #define EVIOCSFF _IOW(EVDEV_IOC_MAGIC, 0x80, struct ff_effect) /* send a force effect to a force f…
105 #define EVIOCRMFF _IOWINT(EVDEV_IOC_MAGIC, 0x81) /* Erase a force effect */
156 * Values describing the status of a force-feedback effect
162 /* scheduling info for force feedback effect */
164 uint16_t length; /* length of the effect (ms) */
165 uint16_t delay; /* delay before effect starts (ms) */
168 /* trigger for force feedback effect */
171 uint16_t interval; /* delay between re-triggers */
174 /* force feedback effect envelop */
177 uint16_t attack_level; /* level at the beginning (0x0000 - 0x7fff) */
194 /* maximum level when joystick moved to respective side */
198 /* how fast force grows when joystick move to the respective side */
207 * Force feedback periodic effect types
237 * Force feedback effect types
255 uint16_t direction; /* [0 .. 360) degrees -> [0 .. 0x10000) */