On Tue, 3 Feb 2026 09:27:00 +0200 Iulian-Nicu Şerbănoiu wrote:
IN> The Windows integration is working fine with a sample code taking into
IN> account the pressure when making basic drawing.
Great news, thanks!
IN> A new drawing sample copied from an existing one is working fine
IN> with event macros - haven't tested with Bind, probably it works as I
IN> rigorously copy pasted from other events.
FWIW I think it would be better to add demo of this to the gestures
sample, as it already contains somewhat related functionality and we
probably don't want to add yet another new sample just for this.
I'd also encourage you to use Bind() in the new code, of course, but this
is not critical.
IN> Should I make a pull request with what I have so far, or should I finish it
IN> completely?
If it works, please make the PR already. However please include the
documentation for the new API (in interface/wx/event.h, assuming you've
defined new classes in include/wx/event.h).
IN> PS: For wxPython, since I also use it, should I also help with the new
IN> feature there or is there an automated way to import the event / sync with
IN> the C++ wxWidgets code base?
You can try building wxPython, which has just been recently updated to
build with wx 3.3 (thanks a lot Scott if you're reading this), with your
branch and see if it groks the new API on its own or needs some help with
it.
Thanks again and looking forward to your PR!