mpv/Gui/wm/widget.h

4 lines
89 B
C

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