Xiqual 0.9.1

In file xigfx/iarea.c:

inputarea* iarea_new

(ulong tag1,
  ... )

Create a new inputarea.

Documentation

Create a new inputarea. An inputarea is a spot on the screen that will respond to mouse/joystick buttons when the cursor is within its borders. The LUI system uses this for its gadgets.

Freeing an inputarea is a simple matter of removing it from its list and calling iarea_free().

Supported tags

Parameters:
tag1 - First of a list of tags to specify settings.
Returns:
A new inputarea with all flags set according to the input tags.
See Also:
iarea_check(), iarea_free()

Alphabetic index



This page was generated with the help of DOC++.