Advertisement
progrmor

Untitled

Jun 24th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.  public void screenshotSharing(String path) {
  2.         GLKView glkView = ((GLKView) ((IOSApplication) Gdx.app).getUIViewController().getView());
  3.         UIImage image = glkView.getSnapshot();
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement