Include dependency graph for gestures.c:

Data Structures | |
| struct | intf_sys_t |
Defines | |
| #define | UP 1 |
| #define | DOWN 2 |
| #define | LEFT 3 |
| #define | RIGHT 4 |
| #define | NONE 0 |
| #define | GESTURE(a, b, c, d) (a | ( b << 4 ) | ( c << 8 ) | ( d << 12 )) |
| #define | THRESHOLD_TEXT N_( "Motion threshold (10-100)" ) |
| #define | THRESHOLD_LONGTEXT |
| #define | BUTTON_TEXT N_( "Trigger button" ) |
| #define | BUTTON_LONGTEXT |
Functions | |
| int | Open (vlc_object_t *) |
| Probes and initializes. | |
| void | Close (vlc_object_t *) |
| Releases resources. | |
| static int | InitThread (intf_thread_t *p_intf) |
| static void | EndThread (intf_thread_t *p_intf) |
| static int | MouseEvent (vlc_object_t *, char const *, vlc_value_t, vlc_value_t, void *) |
| static void | RunIntf (intf_thread_t *p_intf) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int | gesture (int i_pattern, int i_num) |
| static input_thread_t * | input_from_playlist (playlist_t *p_playlist) |
Variables | |
| static const char *const | button_list [] = { "left", "middle", "right" } |
| static const char *const | button_list_text [] |
| #define BUTTON_LONGTEXT |
Value:
N_( \ "Trigger button for mouse gestures." )
| #define BUTTON_TEXT N_( "Trigger button" ) |
| #define DOWN 2 |
| #define GESTURE | ( | a, | |||
| b, | |||||
| c, | |||||
| d | ) | (a | ( b << 4 ) | ( c << 8 ) | ( d << 12 )) |
| #define LEFT 3 |
| #define NONE 0 |
| #define RIGHT 4 |
| #define THRESHOLD_LONGTEXT |
Value:
N_( \ "Amount of movement required for a mouse gesture to be recorded." )
| #define THRESHOLD_TEXT N_( "Motion threshold (10-100)" ) |
| #define UP 1 |
| static void Close | ( | vlc_object_t * | ) |
Releases resources.
| static void EndThread | ( | intf_thread_t * | p_intf | ) | [static] |
| static int gesture | ( | int | i_pattern, | |
| int | i_num | |||
| ) | [static] |
| static int InitThread | ( | intf_thread_t * | p_intf | ) | [static] |
| static input_thread_t* input_from_playlist | ( | playlist_t * | p_playlist | ) | [static] |
| static int MouseEvent | ( | vlc_object_t * | , | |
| char const * | , | |||
| vlc_value_t | , | |||
| vlc_value_t | , | |||
| void * | ||||
| ) | [static] |
| static int Open | ( | vlc_object_t * | ) |
| static void RunIntf | ( | intf_thread_t * | p_intf | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
const char* const button_list[] = { "left", "middle", "right" } [static] |
const char* const button_list_text[] [static] |
1.5.1