Questions tagged [g15]

The Logitech G15 is a keyboard produced by Logitech designed specifically for gamers. The LCD on this keyboard is customizable through an easy to use SDK.

The Logitech G15 is a keyboard produced by Logitech designed specifically for gamers. The original version of this keyboard included 18 macro keys each with 3 different states making a total of 54 macros available, a button to record quick macros, and a blue backlit monochrome LCD (Which can show helpful information from compatible applications to the user).

The LCD comes with an C++ SDK that supports exposure to a number of languages. Different .NET wrappers have been written. The keyboard has been super-ceded by a newer G19 model with a full colored LCD.

2 questions
3
votes
2 answers

Is Python programming for Logitech G15 possible?

I have a Logitech G15 keyboard. It has a screen. Can i program this? I googled it but the one site i found didn't work.. It seems like it is possible, but i cannot grasp how. Thanks! This site is truly great.
Jake
  • 907
  • 4
  • 12
  • 25
2
votes
1 answer

VB6 DLL takes callback as Integer, VB.NET requires delegate reference type

I have an issue with a third-party COM+ DLL meant to be used from VB6, where it has a function to set a Callback for a hardware event. However, I'm using VB.NET, and AddressOf now returns a reference type instead of an integral type, which means…
Sukasa
  • 1,700
  • 4
  • 22
  • 40