gdx-dragome icon indicating copy to clipboard operation
gdx-dragome copied to clipboard

Lifecycle events

Open czyzby opened this issue 8 years ago • 1 comments

  • [x] Lifecycle listeners support. Managed by LifecycleManager.
  • [x] Dispose event on exit call.
  • [x] Rendering loop.
  • [x] Posting runnables.
  • [x] Resizing events. Implemented both during fullscreen mode transitions and window size changes.
  • [x] Pause and resume events. Should be called when application loses/gains focus.

czyzby avatar Mar 05 '16 14:03 czyzby

Implemented, needs to be tested.

czyzby avatar May 30 '16 17:05 czyzby