In the G2DEventHandler function, which is an event
triggered function.... Mouse clicks are not being
registered at all. What could be the reason?
Here's my init code:
int main (int argc, char *argv[])
{
G2DTestSystemDriver System (argc, argv);
Sys = &System;
iObjectRegistry* object_reg = System.object_reg;
if (!csInitializer::SetupEventHandler (object_reg,
G2DEventHandler))
{
csReport (object_reg, CS_REPORTER_SEVERITY_ERROR,
"crystalspace.application.g2dtest",
"Unable to init app!");
return false;
}
etc
}
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]