<function>
<fname>check_event</fname>
<prototype>	

#include        "v.h"

int
check_event(
	VWINDOW * win,
	int type,
	int subtype);

</prototype>
<explanation>
<pre>
	win		: Cxg̔EBhE
	type		: Cxg̃^Cv
	subtype		: Cxg̃Tu^Cv
</pre>
̃Cxg̒ɁAwin,type,subtypeŎw肳Cxg邩ǂ`FbNBƁA1,0ԂB

</explanation>
<return>
<pre>
	0FCxgȂB
	1FCxgB
</pre>
</return>
<details>

type,subtypev_loop̍QƁB

</details>
</function>