Denis Kudriashov wrote > 2016-10-26 18:21 GMT+02:00 Denis Kudriashov <
> dionisiydk@ > >: > >> No. You are not right here. Conversion code for OSEvent=>BlEvent and >> SDLEvent=>OSEvent is almost same. All events have similar interface to >> retrieve event data. > > > I mean conversion code in both cases is just stupid creation of new event > classes on top of state of original events. No logic behind. > (all logic to parse raw bytes are hidden inside sdl-events) Yes, your are right. What i mean is that it could be interesting if: [ SDLEvent => BlEvent ] is substantially faster than [ SDLEvent => OSEvent => BlEvent ]. If the difference is not significant, i think that does not justify to not benefit from OSWindow abstractions even if sometime they bring nothing more. Regards, Glenn. ----- Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-Hierarchy-of-BiEvent-tp4920209p4920298.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
