a library for access to Logitech G15 keyboard

If anyone needs it - I wrote a simple wrapper for Logitech's LCD SDK, with which you can access the G15 keyboard's display and soft buttons. (WinXP only, like the original SDK)http://www.xs0.com/j15/Cheers,xs0
[239 byte] By [xs0a] at [2007-10-2 23:21:52]
# 1
Thanks! I've been looking to do the same thing (ugh, I hate C++) and this is great!
farzanegana at 2007-7-14 15:59:55 > top of Java-index,Other Topics,Java Game Development...
# 2
I've been building on top of this, but cannot get the Image functions to work. Have you tested that part Mitja? I'm getting Coordinate Out of Bounds, thrown from a deep call into Sun's libraries.
farzanegana at 2007-7-14 15:59:55 > top of Java-index,Other Topics,Java Game Development...
# 3

Since the screen is reverse, there's a custom class in this to do reversals, which works. But, only if the image fits on the screen. It should trim the image, but instead throws an error if the image is larger.

Some work arounds are to set the screen to xor and use the standard colormap classes. I've tested that and it works well.

I've tried to contact the original author, but haven't gotten any response. I'll put the revised code up somewhere.

farzanegana at 2007-7-14 15:59:55 > top of Java-index,Other Topics,Java Game Development...