Esempio n. 1
0
void bmx_wxsetcursorevent_setcursor(wxSetCursorEvent & event, MaxCursor * cursor) {
	event.SetCursor(cursor->Cursor());
}