view Gui/wm/widget.h @ 1876:220475b1676a

PS multiplexing fixed
author arpi
date Sun, 09 Sep 2001 18:50:35 +0000
parents d237c5d4b216
children 016f6d583733
line wrap: on
line source


#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )