Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // need to restore key focus on the app
  2. GLFWwindow * appWindow = glfwGetCurrentContext();
  3. if(appWindow) {
  4.     NSWindow * nativeWindow = glfwGetCocoaWindow(appWindow);
  5.     [nativeWindow makeKeyAndOrderFront:nil];
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement