Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ff_condition_effect Struct Reference

#include <input.h>

Data Fields

__u16 right_saturation
 
__u16 left_saturation
 
__s16 right_coeff
 
__s16 left_coeff
 
__u16 deadband
 
__s16 center
 

Detailed Description

struct ff_condition_effect - defines a spring or friction force-feedback effect : maximum level when joystick moved all way to the right : same for the left side : controls how fast the force grows when the joystick moves to the right : same for the left side : size of the dead zone, where no force is produced : position of the dead zone

Definition at line 1017 of file input.h.

Field Documentation

__s16 center

Definition at line 1025 of file input.h.

__u16 deadband

Definition at line 1024 of file input.h.

__s16 left_coeff

Definition at line 1022 of file input.h.

__u16 left_saturation

Definition at line 1019 of file input.h.

__s16 right_coeff

Definition at line 1021 of file input.h.

__u16 right_saturation

Definition at line 1018 of file input.h.


The documentation for this struct was generated from the following file: