Re: Win32Lib Changes
- Posted by "Brian K. Broker" <bkb at CNW.COM> Sep 17, 1999
- 457 views
On Fri, 17 Sep 1999, Cuny, David wrote: > I've decided that I need to add the shift key parameters to the key and > mouse events. This will break a lot of code, but it's something that I > should have done a long time ago anyway. <snip> > > Comments? > Well, since nobody else has commented yet, I'll put in my few pennies. I don't really mind how you do it as long as it's consistent. I don't mind handling all mouse/key input in single routines and IMO it looks cleaner to do it that way. As far as what order the parameters should be, I believe that's a call the developer should make. I'll just change my code accordingly. (On the other hand, people converting from VB might be happier if you did it the VB way... just a thought.) BTW, I'm working more with XPM files and I'm wondering about the global function 'createXpm' in xpm.e. Would you be willing to change that like you changed 'createDIB', i.e. createXpm( sequence outFile, sequence euBmp)? This is certainly non-critical but it's just more consistent. Thanx, Brian