Andréas Leroux

Results 4 issues of Andréas Leroux

Currently mainLoopIteration methods (for the different platform applications) does multiple actions that could be split in 3 other methods: - handleEvents: any events including the window close check - update:...

Currently it isn't possible to use `PyArg_ParseTupleAndKeywords` in a `CreateWith` function to initialize a class object because only the positionned args are forwarded to CreateWith in `TPythonType.NewSubtypeInst`.

enhancement

Split Sdl2Application mainLoopIteration in: - mainLoopEventIteration: process the application's events - mainLoopTickEventIteration: calls tickEvent() if implemented - mainLoopDrawEventIteration: calls drawEvent() if the redraw flag is set, and unset it I...

After debugging the lib for @sfonteneau issue #15 I found out the QNameDictionaryTextRecord encoding has changed in V8.0 (even if microsoft doc is not updated) - https://learn.microsoft.com/en-us/openspecs/windows_protocols/mc-nbfx/1861dfa8-616c-40e5-b116-1fd7fd0f7ac0 - https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-winerrata/6babfe2e-3c59-4ab0-87a2-443f75ea7e8b