Hi!
kevglass and I are writing an abstraction layer for 2d graphics. we just want to add an abstraction layer for input.
that would make it possible to have input via different libraries (jinput or awt). this is needed because we want to have a solution that is 100% platform independent.
the only solution we have found is to create a key mapper that maps awt keys and jinput key values to the same value, since jinput and awt use different values for keys. is there a better / faster solution?
troggan