VBlankAttachment - check for isShowing()?

This is interesting and something I think about every time I work with VBlank stuff.

In another thread, I mention setting the callback to nullptr on component visibility change. This is bit cumbersome for an app with dozens of components (most working with animation), but this still makes the most sense to me, if only to avoid dozens of isShowing calls running at 60fps…

1 Like