This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
mirror of
https://github.com/mpv-player/mpv
Watch
1
Star
0
Fork
You've already forked mpv
0
Code
Issues
Releases
Wiki
Activity
497fa655c9
mpv
/
Gui
/
wm
/
widget.h
4 lines
89 B
C
Raw
Blame
History
#
define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
Reference in New Issue
View Git Blame
Copy Permalink