Defines | |
| #define | Is_mouse_left_event() Is_switch_3() |
| #define | Is_mouse_right_event() Is_switch_2() |
| #define | Is_mouse_up_event() Is_switch_1() |
| #define | Is_mouse_down_event() Is_switch_0() |
| #define | Is_mouse_scroll_up_event() FALSE |
| #define | Is_mouse_scroll_down_event() FALSE |
| #define | Is_mouse_click_left_event() Is_switch_6() |
| #define | Is_mouse_click_middle_event() Is_switch_5() |
| #define | Is_mouse_click_right_event() Is_switch_4() |
| #define Is_mouse_left_event | ( | ) | Is_switch_3() |
Definition at line 84 of file mouse_task.c.
Referenced by is_mouse_event().
| #define Is_mouse_right_event | ( | ) | Is_switch_2() |
Definition at line 85 of file mouse_task.c.
Referenced by is_mouse_event().
| #define Is_mouse_up_event | ( | ) | Is_switch_1() |
Definition at line 86 of file mouse_task.c.
Referenced by is_mouse_event().
| #define Is_mouse_down_event | ( | ) | Is_switch_0() |
Definition at line 87 of file mouse_task.c.
Referenced by is_mouse_event().
| #define Is_mouse_scroll_up_event | ( | ) | FALSE |
Definition at line 89 of file mouse_task.c.
Referenced by is_mouse_event().
| #define Is_mouse_scroll_down_event | ( | ) | FALSE |
Definition at line 90 of file mouse_task.c.
Referenced by is_mouse_event().
| #define Is_mouse_click_left_event | ( | ) | Is_switch_6() |
Definition at line 92 of file mouse_task.c.
Referenced by is_mouse_event().
| #define Is_mouse_click_middle_event | ( | ) | Is_switch_5() |
Definition at line 93 of file mouse_task.c.
Referenced by is_mouse_event().
| #define Is_mouse_click_right_event | ( | ) | Is_switch_4() |
Definition at line 94 of file mouse_task.c.
Referenced by is_mouse_event().
1.7.2