HELP: Getting keyboard Release events in C++

Howdy all,
I’ve found a way to get keyboard depression events (when a key gets pressed) but I can’t seem to find a way to get keyboard release events.

Help would be greatly appreciated!!! :smiley:

Please take a look at this:
panda3d.org/manual/index.php/Keyboard_Support

Most of Panda3D’s Python API is very similar to C++.

I got your reply on the other thread but thanks anyway!