jsk-ros-pkg / jsk_visualization

jsk visualization ros packages
https://github.com/jsk-ros-pkg/jsk_visualization
324 stars 173 forks source link

I want get the key release event in rviz::Tool class #856

Open lidongxu111 opened 2 years ago

lidongxu111 commented 2 years ago

I want to get the key release event in rviz::Tool class

but the function processKeyEvent can only get pressed key event.

Is there any way to get released key event?