in CIrrDeviceAndroid.cpp around line 510
change
case AINPUT_EVENT_TYPE_KEY:
{
// irr things
device->postEventFromUser(event); // this line
}
to
case AINPUT_EVENT_TYPE_KEY:
{
// irr things
status = device->postEventFromUser(event); // this line
}
and you need return "true" in ...
Search found 2 matches
- Sat Nov 11, 2017 3:35 am
- Forum: Beginners Help
- Topic: Android: cancel back
- Replies: 4
- Views: 912
- Wed Jun 13, 2012 10:31 am
- Forum: Project Announcements
- Topic: Shadow volume shader optimization
- Replies: 14
- Views: 14515