Home
last modified time | relevance | path

Searched defs:_GR_mouseInfo (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/grx/grx249/include/
H A Dgrx20.h1481 extern const struct _GR_mouseInfo { struct
1482 int (*block)(GrContext*,int,int,int,int); /* mouse block function */
1485 struct _GR_cursor *cursor; /* the mouse cursor */
1492 int x1,y1,x2,y2; /* auxiliary params for some cursor draw modes */
1494 int owncursor; /* auto generated cursor */
1495 int xpos,ypos; /* current mouse position */
1496 int xmin,xmax; /* mouse movement X coordinate limits */
1497 int ymin,ymax; /* mouse movement Y coordinate limits */
1498 int spmult,spdiv; /* mouse cursor speed factors */
1499 int thresh,accel; /* mouse acceleration parameters */
[all …]