FDOSTUI
FreeDOS Text User Interface
|
a rectanglular region More...
Go to the source code of this file.
Classes | |
struct | box |
defines a rectangular region More... | |
Functions | |
int | box_contains (int const i_pos_x, int const i_pos_y, struct box const *i_box) |
test if point is within box More... | |
int | box_contains_box (struct box const *i_box1, struct box const *i_box2) |
test if a box is contained in another More... | |
int | box_equal (struct box const *i_box1, struct box const *i_box2) |
test if box is equal to another More... | |
a rectanglular region
int box_contains | ( | int const | i_pos_x, |
int const | i_pos_y, | ||
struct box const * | i_box | ||
) |
test if point is within box
[in] | i_pos_x | x position to test |
[in] | i_pos_y | y position to test |
[in] | i_box | object to test |
test if a box is contained in another
[in] | i_box1 | test if box1 is contained in box2 |
[in] | i_box2 | container box |