Summary: | Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyped(KeyEvent) | ||
---|---|---|---|
Product: | [JogAmp] Newt | Reporter: | Sven Gothel <sgothel> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | gouessej, xerxes |
Priority: | P3 | ||
Version: | 1 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: |
jogl 85338858f5c58694fa88e77df1386d0556887944
jogl 8b33170ec6fd3f215976875cb66d746fa1b48f61
jogl bdfb74818aa224bd96a15f232f417e921e0d8f63
|
Workaround: | --- | ||
Bug Depends on: | 678 | ||
Bug Blocks: |
Description
Sven Gothel
2013-02-11 10:34:54 CET
http://jogamp.org/git/?p=jogl.git;a=commit;h=85338858f5c58694fa88e77df1386d0556887944 - prepared, marked deprecated .. etc see commit message - code change also shows redundancy of TYPED event TODO: This bugs needs to be fixed for the Rasberry Pi LinuxEventDeviceTracker, that still use the depricated code, to make the generated events compatible with new client code such as the new JMonkeyEngine that already have been patched for this bug. http://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4028486.html > TODO: This bugs needs to be fixed for the Rasberry Pi > LinuxEventDeviceTracker, that still use the depricated code, to make the > generated events compatible with new client code such as the new > JMonkeyEngine that already have been patched for this bug. > http://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX- > tp4027689p4028486.html Kudos to sgothel for already implementing the TODO in 85338858f5c58694fa88e77df1386d0556887944 http://jogamp.org/git/?p=jogl.git;a=blobdiff;f=src/newt/classes/jogamp/newt/driver/linux/LinuxEventDeviceTracker.java;h=2c0e6d3dd5163b80b21de9e5fac15f8d499245cc;hp=5efce2524a9ac343d2a9e2c7ac4bab826252a149;hb=85338858f5c58694fa88e77df1386d0556887944;hpb=a40ee817a3bd537b0de7018772b0835f995a1bed gone .. done |