KolibriOS kernel
mousedrv.inc File Reference

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...
 

Function Documentation

◆ set_mouse_data()

void set_mouse_data ( dword  BtnState,
dword  XMoving,
dword  YMoving,
dword  VScroll,
dword  HScroll 
)

Variable Documentation

◆ __sys_draw_pointer

label __sys_draw_pointer

◆ draw_mouse_under

label draw_mouse_under

◆ mouse_acceleration

label mouse_acceleration

--------------------------------------------------------------------------—

Source
hid/mousedrv.inc:273

◆ mouse_delay

db mouse_delay
Initial value
3
Source
hid/mousedrv.inc:39

◆ mouse_doubleclick_delay

db mouse_doubleclick_delay
Initial value
64
Source
hid/mousedrv.inc:40

◆ mouse_speed_factor

dw mouse_speed_factor

-----------------------------------—

Initial value
4
Source
hid/mousedrv.inc:38

◆ mousecount

dd mousecount

-----------------------------------—

Initial value
?
Source
hid/mousedrv.inc:27

◆ mousedata

dd mousedata
Initial value
?
Source
hid/mousedrv.inc:28

◆ save_draw_mouse

label save_draw_mouse

◆ X_UNDER_sub_CUR_hot_x_add_curh

dw X_UNDER_sub_CUR_hot_x_add_curh
Initial value
?
Source
hid/mousedrv.inc:31

◆ X_UNDER_subtraction_CUR_hot_x

dw X_UNDER_subtraction_CUR_hot_x
Initial value
?
Source
hid/mousedrv.inc:32

◆ Y_UNDER_sub_CUR_hot_y_add_curh

dw Y_UNDER_sub_CUR_hot_y_add_curh
Initial value
?
Source
hid/mousedrv.inc:29

◆ Y_UNDER_subtraction_CUR_hot_y

dw Y_UNDER_subtraction_CUR_hot_y
Initial value
?
Source
hid/mousedrv.inc:30