Defines | |
| #define | ANTI_PINCH_ENABLED 0 |
| enables anti-pinch through window_ctrl() | |
| #define | ANTI_PINCH_DISABLED 1 |
| disables anti-pinch through window_ctrl() | |
| #define | CMDE_NO_CMDE 0 |
| No up, down or stop command requested. | |
| #define | CMDE_NEW_CMDE 1 |
| Up, down or stop command requested. | |
| #define | CMDE_PERFORMED 2 |
| Up, down or stop command performed. | |
| #define ANTI_PINCH_ENABLED 0 |
enables anti-pinch through window_ctrl()
Definition at line 174 of file window_lib.h.
Referenced by window_ctrl().
| #define ANTI_PINCH_DISABLED 1 |
disables anti-pinch through window_ctrl()
Definition at line 175 of file window_lib.h.
Referenced by init_window_size_position(), and window_ctrl().
| #define CMDE_NO_CMDE 0 |
No up, down or stop command requested.
Definition at line 177 of file window_lib.h.
Referenced by init_window_size_position(), and window_ctrl().
| #define CMDE_NEW_CMDE 1 |
Up, down or stop command requested.
Definition at line 178 of file window_lib.h.
Referenced by init_window_size_position(), and window_ctrl().
| #define CMDE_PERFORMED 2 |
Up, down or stop command performed.
Definition at line 179 of file window_lib.h.
Referenced by window_ctrl().
1.4.7