OSDN Git Service

Add the ability to test whether the canvas context is current. This is mainly useful...
authorTalin <viridia@gmail.com>
Sat, 16 Feb 2013 08:17:10 +0000 (00:17 -0800)
committerTalin <viridia@gmail.com>
Sat, 16 Feb 2013 08:17:10 +0000 (00:17 -0800)
commitf5d9b45abb2adf81402cfa976dda69a00df57e56
treed65df7d1e3ec85382c23cca2e729f79262f7b063
parentb58b8f4ca9bb96260409c9beb954b4ebbc684905
Add the ability to test whether the canvas context is current. This is mainly useful for cases where you have multiple canvas contexts, and you want to know if any of them are current before loading a resource that requires an active context.
backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/LwjglAWTCanvas.java