view Gui/wm/widget.h @ 3905:91e5c563fce5

SSE added
author arpi
date Sun, 30 Dec 2001 20:26:19 +0000
parents 016f6d583733
children
line wrap: on
line source


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