add Event.fromInt
This commit is contained in:
parent
82749e4442
commit
7c5f256d4a
5 changed files with 52 additions and 67 deletions
|
@ -201,7 +201,7 @@ namespace {
|
|||
}
|
||||
|
||||
jobject eventObject = createEvent(env, event);
|
||||
if (eventObject == NULL) {
|
||||
if (env->ExceptionCheck() || eventObject == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue