On Fri, 7 Dec 2007, Steffen wrote: > Hi MUI experts! > > Anyone has an idea how to detect in the callback hook of a button > press event (RelVerify) that the shift key was held down? > > I couldn't find a way to access the latest IntuiMessage or the latest > Qualifier which would tell me this. > > It's not possible, is it?
It's possible. I assume you have installed an event handler, and the handler is called with a msg. That flag set msg.imsg.qualifier is what you are looking for. Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/MUI/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
