caffeinepills
caffeinepills
This should be resolved in master branch.
Closing as unresponsive.
Closing as it looks like user solved his issue.
Closing as user never provided example. There have been many text performance improvements since. Feel free to open a new issue with examples using the latest version.
Left, right, bottom, top properties exist on the TextLayouts themselves now (as of 2.0.11). You should use those instead as the anchors no longer factor in the position of the...
> ## Documentation request: > ### What documentation needs to be added? > A list of kludges to ensure performance during actual gameplay. This is distinct from actual optimizations as...
Clipboard support exists for all OS, however it's not currently exposed in the docs due some issues with Wayland and some Distros. You are free to use it, but just...
These are not implemented in the layouts at this time. They are functions used as part of the Window: https://github.com/pyglet/pyglet/blob/master/pyglet/window/__init__.py#L801 https://github.com/pyglet/pyglet/blob/master/pyglet/window/__init__.py#L809
Unfortunately those are not implemented in layouts or carets. I'm not sure who it was that added those motion events, but they don't work and never have. They must have...
The problem is, from what it looks like, Windows/Linux is just emulating the events of the NSTextView from MacOS by intercepting key events, and turning them into motion events. By...