view Gui/wm/widget.h @ 2605:f629b154ecbf

input A-V sync correction
author arpi
date Thu, 01 Nov 2001 02:31:23 +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 ) )