|
|
@@ -75,6 +75,12 @@ extern "C" JNIEXPORT bool JNICALL Java_crown_android_CrownLib_isDeviceRunning(JN
|
|
|
return device()->is_running();
|
|
|
}
|
|
|
|
|
|
+//-----------------------------------------------------------------------------
|
|
|
+extern "C" JNIEXPORT bool JNICALL Java_crown_android_CrownLib_isDevicePaused(JNIEnv* /*env*/, jobject /*obj*/)
|
|
|
+{
|
|
|
+ return device()->is_paused();
|
|
|
+}
|
|
|
+
|
|
|
//-----------------------------------------------------------------------------
|
|
|
extern "C" JNIEXPORT void JNICALL Java_crown_android_CrownLib_frame(JNIEnv* /*env*/, jobject /*obj*/)
|
|
|
{
|