Functions | |
| void | set_mouse_data (dword BtnState, dword XMoving, dword YMoving, dword VScroll, dword HScroll) |
Variables | |
| dd | mousecount |
| -----------------------------------— More... | |
| dd | mousedata |
| dw | Y_UNDER_sub_CUR_hot_y_add_curh |
| dw | Y_UNDER_subtraction_CUR_hot_y |
| dw | X_UNDER_sub_CUR_hot_x_add_curh |
| dw | X_UNDER_subtraction_CUR_hot_x |
| dw | mouse_speed_factor |
| -----------------------------------— More... | |
| db | mouse_delay |
| db | mouse_doubleclick_delay |
| label | draw_mouse_under |
| label | save_draw_mouse |
| label | __sys_draw_pointer |
| label | mouse_acceleration |
| --------------------------------------------------------------------------— More... | |
| void set_mouse_data | ( | dword | BtnState, |
| dword | XMoving, | ||
| dword | YMoving, | ||
| dword | VScroll, | ||
| dword | HScroll | ||
| ) |
| label __sys_draw_pointer |
| label draw_mouse_under |
| label mouse_acceleration |
--------------------------------------------------------------------------—
| db mouse_delay |
| db mouse_doubleclick_delay |
| dw mouse_speed_factor |
| dd mousecount |
| dd mousedata |
| label save_draw_mouse |
| dw X_UNDER_sub_CUR_hot_x_add_curh |
| dw X_UNDER_subtraction_CUR_hot_x |
| dw Y_UNDER_sub_CUR_hot_y_add_curh |
| dw Y_UNDER_subtraction_CUR_hot_y |