We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed2e02 commit 1cfbd9eCopy full SHA for 1cfbd9e
1 file changed
core/different/different.m
@@ -18,12 +18,14 @@
18
[NSApp setPresentationOptions:0];
19
}
20
21
+
22
JNIEXPORT void JNICALL Java_processing_core_ThinkDifferent_activateIgnoringOtherApps
23
(JNIEnv *env, jclass klass)
24
{
25
[NSApp activateIgnoringOtherApps:true];
26
27
28
29
JNIEXPORT void JNICALL Java_processing_core_ThinkDifferent_activate
30
31
0 commit comments