When trying to handle certain keyboard events I read on the wxKeyEvent page that one should use GetModifiers and then compare it to wxMOD_CONTROL rather than use ControlDown().
But I could not find wxMOD_CONTROL. Where is it defined and how is it called in wxPerl? Gabor
