Functions | |
void | v_hide_c (short) |
void | v_show_c (short, short reset) |
void | vex_butv (short, void *pusrcode, void **psavcode) |
void | vex_curv (short, void *pusrcode, void **psavcode) |
void | vex_motv (short, void *pusrcode, void **psavcode) |
void | vex_wheelv (short, void *pusrcode, void **psavcode) |
void | vex_timv (short, void *time_addr, void **otime_addr, short *time_conv) |
void | vq_key_s (short, short *state) |
void | vq_mouse (short, short *pstatus, short *x, short *y) |
void | vrq_choice (short, short cin, short *cout) |
void | vrq_locator (short, short x, short y, short *xout, short *yout, short *term) |
void | vrq_string (short, short len, short echo, short echoxy[], char *str) |
void | vrq_valuator (short, short in, short *out, short *term) |
void | vsc_form (short, short form[]) |
short | vsin_mode (short, short dev, short mode) |
short | vsm_choice (short, short *choice) |
short | vsm_locator (short, short x, short y, short *xout, short *yout, short *term) |
short | vsm_string (short, short len, short echo, short echoxy[], char *str) |
void | vsm_valuator (short, short in, short *out, short *term, short *status) |
todo: add description here
|
switches the mouse cursor off
|
|
'neutralizes' a preceding call of "HIDE CURSOR". If you want to display the mouse cursor immediately without regard to the hide counter, the paramter
|
|
installs a routine which is called when a mouse button is pressed
|
|
establishes a routine in the mouse interrupt
Please note that this interrupt routine is called after the one installed by vex_motv(). In contrast to the preceding routine, the mouse coordinates have been clipped. |
|
establishes a routine in the mouse interrupt
|
|
You can use this function to establish a function in the timer interrupt (etv_timer).
|
|
establishes a routine in the wheel mouse interrupt
|
|
"SAMPLE KEYBOARD STATE INFORMATION" returns the state of CONTROL, ALTERNATE and the SHIFT key(s).
|
|
This function returns the state of the mouse buttons and the mosue position
|
|
returns the number of the function key pressed
|
|
returns the position of the mouse. You can use this function to change the position of the mouse cursor (but you should not because it will only irritate the user). This functions waits until a mouse button is pressed.
|
|
returns a string from the keyboard, and returns if the maximum string length is reached or if the user has pressed RETURN.
|
|
returns the value of the valuator device
|
|
modifies the appearance of the mouse cursor
|
|
sets the input mode for the specified device
|
|
If a function key has been pressed "INPUT CHOICE" returns its number.
|
|
returns the coordinates of the mouse cursor and sets new coordinates
|
|
returns a string from the keyboard. "INPUT STRING, SAMPLE MODE" returns if the maximum string length is reached, if the user has pressed RETURN or if the user has not pressed a key.
|
|
returns the current value of the valuator device
Note: This function is not required and may not be available on all devices. |