Felix Palmen :freebsd: :c64:<p>Next step completed, my <a href="https://mastodon.bsd.cafe/tags/TextBox" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TextBox</span></a> widget now supports mouse input: click, doubleclick and drag 🥳.</p><p>Not so nice: With overall more drawing operations, I see <a href="https://mastodon.bsd.cafe/tags/flicker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>flicker</span></a> happening more often 😒. Did some research already, it seems with <a href="https://mastodon.bsd.cafe/tags/XRender" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>XRender</span></a>, the only way to avoid it would be to render to some <a href="https://mastodon.bsd.cafe/tags/pixmap" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pixmap</span></a> (instead of the window directly) and use <a href="https://mastodon.bsd.cafe/tags/XPresent" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>XPresent</span></a> to get it on the screen? <span class="h-card" translate="no"><a href="https://bsd.network/@thomasadam" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>thomasadam</span></a></span> do you know an "easier" way? 🙈</p>