eonarheim / java-game-engine

Provides a simply easy to use 2D rpg game engine that is portable to anything that can run java.
2 stars 0 forks source link

GLEditor eats click events :( #30

Closed eonarheim closed 12 years ago

eonarheim commented 12 years ago

We need a way to propagate click events from swing to the GLContext and vice versa, otherwise we wont be able to drag and drop on to and fro from the Editor.

eonarheim commented 12 years ago

We can work around this by just keeping the GL way of handling clicks and just passing information back and forth between swing and the GLContext with some global state or something.