mirror of
https://github.com/mpv-player/mpv
synced 2025-02-01 20:52:05 +00:00
2 lines
87 B
C
2 lines
87 B
C
|
|
||
|
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
|