Defines
Auxiliary Draw API
[
Utilities
]
Collaboration diagram for Auxiliary Draw API:
Defines
#define
iupDrawCheckSwapCoord
(_c1, _c2) { if (_c1 > _c2) { int t = _c2; _c2 = _c1; _c1 = t; } }
Detailed Description
See
iup_draw.h
Define Documentation
#define iupDrawCheckSwapCoord
(
_c1,
_c2
)
{ if (_c1 > _c2) { int t = _c2; _c2 = _c1; _c1 = t; } }
Swap integer coordinates if c1 > c2.
Generated on Thu Jul 30 2020 20:49:02 for SDK by
1.7.1