OSDN Git Service

[fixed] if InputProcessor sets Input.setInputProcessor(null) in one of the InputProce...
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Tue, 16 Nov 2010 10:58:48 +0000 (10:58 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Tue, 16 Nov 2010 10:58:48 +0000 (10:58 +0000)
commit4eafe394eb64e48f6a80f46def525051bd83801a
tree5693dcf6667b8e57c5036f32baa5cf64f119e4d5
parent7fc2727a84077b2c413f4d69d129b57d923a8c9f
[fixed] if InputProcessor sets Input.setInputProcessor(null) in one of the InputProcessor methods we get a nullpointer exception. Thanks Lefthand!
backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidInput.java
backends/gdx-backend-jogl/src/com/badlogic/gdx/backends/jogl/JoglInput.java
backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/LwjglInput.java