fg_kbtest()
|
Determines if the key having the specified scan code, or any key, is now pressed or released.
|
fg_mousecur()
|
Activates a mouse cursor created with fg_mouseptr() or LoadCursor().
|
fg_mouseini()
|
Initializes Fastgraph's mouse environment and returns an error status if the mouse is not available. It must be called before any other Fastgraph mouse support functions.
|
fg_mouselim()
|
Defines the rectangular area in which the mouse cursor may move.
|
fg_mousemov()
|
Moves the mouse cursor to the specified position.
|
fg_mousepos()
|
Returns the current mouse position.
|
fg_mouseptr()
|
Defines a mouse cursor shape. It returns a handle that may be passed to fg_mousecur() to activate the mouse cursor.
|
fg_mousesiz()
|
Defines the mouse cursor size, either 16x16 or 32x32.
|
fg_mousevis()
|
Makes the mouse cursor visible or invisible.
|