I am writing a Kivy application where I want to select a Region Of Interest (ROI) on a scatter image widget. I want to identify when the user presses CTRL+Left Click and then draw a rectangle over the image. Is it possible from within the on_touch_down callback to identify that the user is holding the CTRL button?
Thanks, Amit