Beispiel #1
0
//---------------------------------------------------------------------
//	function to callback
//---------------------------------------------------------------------
void CallBackFunc(int event, int x, int y, int flags, void* this_pointer)
{
	Inputs *inputs = (Inputs*)this_pointer;
	inputs->mouseCallback(event, x, y, flags, 0);
}