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() |
| #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() |
1.5.3