Query: struct_ff_envelope
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTFF_ENVELOPE(9) Input Subsystem STRUCT FF_ENVELOPE(9)NAMEstruct_ff_envelope - generic force-feedback effect envelopeSYNOPSISstruct ff_envelope { __u16 attack_length; __u16 attack_level; __u16 fade_length; __u16 fade_level; };MEMBERSattack_length duration of the attack (ms) attack_level level at the beginning of the attack fade_length duration of fade (ms) fade_level level at the end of fadeDESCRIPTIONThe attack_level and fade_level are absolute values; when applying envelope force-feedback core will convert to positive/negative value based on polarity of the default level of the effect. Valid range for the attack and fade levels is 0x0000 - 0x7fffCOPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT FF_ENVELOPE(9)