view Gui/wm/widget.h @ 5056:8d793d9980c1

fix dga key handling
author atmos4
date Tue, 12 Mar 2002 22:11:35 +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 ) )