diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-31 17:09:03 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-31 17:09:03 +0200 |
commit | 618d9eab84f191d0f7cd32537c87e50043850afb (patch) | |
tree | b35931591df3e0b3ba8fb837ab5b945fe4b5f2cf | |
parent | 6b73b1fb83754badc37e1306871dde6eb293585c (diff) |
Android: JNI method for posting command events
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3474,7 +3474,7 @@ float displayDensity_Android(void) { | |||
3474 | 3474 | ||
3475 | #include <jni.h> | 3475 | #include <jni.h> |
3476 | 3476 | ||
3477 | JNIEXPORT void JNICALL Java_fi_skyjake_lagrange_SDLActivity_postAppCommand( | 3477 | JNIEXPORT void JNICALL Java_fi_skyjake_lagrange_LagrangeActivity_postAppCommand( |
3478 | JNIEnv* env, jclass jcls, | 3478 | JNIEnv* env, jclass jcls, |
3479 | jstring command) | 3479 | jstring command) |
3480 | { | 3480 | { |