Magic Lantern Forum

Developing Magic Lantern => General Development => Topic started by: Marsu42 on July 31, 2013, 01:25:30 PM

Title: [ANSWERED] Is MODULE_KEY_UNPRESS_SET working?
Post by: Marsu42 on July 31, 2013, 01:25:30 PM
Um, I'm trying to catch the MODULE_KEY_UNPRESS_SET event, but it doesn't work on my 60d (_PRESS_ works fine though). Is this supposed to work on every model? Are there any hidden catches when this event is called that I'm not aware of? Thanks!
Title: Re: Is MODULE_KEY_UNPRESS_SET working?
Post by: a1ex on July 31, 2013, 01:27:40 PM
Yes, camera- and mode-specific quirks.
Title: Re: Is MODULE_KEY_UNPRESS_SET working?
Post by: Marsu42 on July 31, 2013, 01:38:41 PM
Quote from: a1ex on July 31, 2013, 01:27:40 PM
Yes, camera- and mode-specific quirks.

Harrrgnnn, so does this mean I can forget about _UNPRESS_ for any portable code, correct? That's a real pitty :-( and probably deserves an annotation in module.h...