--- In [email protected], "myfriend_shankar" <[EMAIL PROTECTED]> wrote: > > pls give the definitions to set mouse ptr in c > Mouse Pointer-Sometimes referred to as Pointer. An icon, usually an arrow that appears on your screen and is controlled by the mouse. Move your pointer to click on a menu, link, icon, etc.
now i mentioned some mouse function s_disable . . . . . Disable the mouse driver. s_enable. . . . . . Enable the mouse driver. s_exclude . . . . . Exclude the mouse pointer from an area. s_getinfo . . . . . Read the type of mouse, interrupt & driver version. s_getpage . . . . . Get the display page for the mouse pointer. s_getpress. . . . . Get the press status of a button. s_getratios . . . . Get speed and pixel ratio of the mouse. s_getrelease. . . . Get the release status of a button. s_graphshape. . . . Set the shape of the graphics pointer. s_hidecursor. . . . Remove mouse cursor from the display. s_intrate . . . . . Set the mouse interrupt rate. s_limit . . . . . . Limit the mouse pointer to a specified area. s_ratio . . . . . . Set the "mickeys" to pixel ratio. s_readmotion. . . . Read change in mouse position. s_reset . . . . . . Reset mouse hardware and software. s_restorestate. . . Restore the state of the mouse. s_savesize. . . . . Get size of mouse save buffer. s_savestate . . . . Save the state of the mouse. s_sensitivity . . . Set speed and pixel ratio of the mouse. s_setpage . . . . . Set the display page for the mouse pointer. s_setpos. . . . . . Set the mouse pointer position by row, column. s_setposition . . . Set the position of the mouse pointer. s_showcursor. . . . Display mouse cursor. s_softreset . . . . Reset the mouse software. s_speedchange . . . Set the threshold for double speed. s_status. . . . . . Get button status and pointer position. s_textshape . . . . Set the type of the text pointer. s_activate. . . . . Make a window region mouse active. s_barchange . . . . Change scroll bar characteristics. s_clearcounters . . Clear the mouse button press and motion counters. s_close . . . . . . Deactivate the mouse. s_button. . . . . . Create a mouse button on a window's border. s_dblclick. . . . . Check for a double click of a mouse button. s_deactivate. . . . Make a window region inactive. s_drawbar . . . . . Draw (or redraw) a scroll bar. s_getwindow . . . . Find the window containing the mouse pointer. s_getbar. . . . . . Get the scroll bar(s) attached to a window. s_getclick. . . . . Return next mouse button press. s_getkey. . . . . . Process mouse & keyboard events. s_getstate. . . . . Get the current mouse state. s_gettime . . . . . Get the time of day in milliseconds. s_keyready. . . . . Check for mouse events. s_off . . . . . . . Disable mouse pointer and processing. s_on. . . . . . . . Enable mouse pointer and processing. s_open. . . . . . . Initialize the mouse for use in windows. s_restore . . . . . Restore the state of the mouse. s_save. . . . . . . Save the state of the mouse. s_scroll. . . . . . Process a scroll bar. s_scrollbar . . . . Display and enable a scroll bar. s_send_message. . . Send a message to a window. s_ungetkey. . . . . Return a mouse event or key to the queue. s_wlimit. . . . . . Limit mouse motion to a single window. s_wmove . . . . . . Move a window using the mouse. s_wmove_limited . . Move a window using the mouse. s_wsize . . . . . . Resize a window viewport using the mouse. s_scroll_limited. . Resize a window viewport using the mouse.
