Is it possible to globally turn off cursor blinking?

27 views
Skip to first unread message

Mark

unread,
Oct 24, 2012, 6:02:29 PM10/24/12
to pyglet-users
Hi,

I'm just starting to learn about pyglet. However, I can't work with
blinking cursors. Is it possible to globally switch off cursor blink
in pyglet?

Thanks!

Nathan

unread,
Oct 25, 2012, 1:13:03 AM10/25/12
to pyglet...@googlegroups.com
Probably.  Try the API docs for whichever object you are talking about.


~ Nathan


--
You received this message because you are subscribed to the Google Groups "pyglet-users" group.
To post to this group, send email to pyglet...@googlegroups.com.
To unsubscribe from this group, send email to pyglet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.


Mark

unread,
Oct 25, 2012, 2:44:44 AM10/25/12
to pyglet-users
I've found a solution which works for the text_input.py example
(haven't tested any further though). After import pyglet I added:

pyglet.text.caret.Caret.PERIOD = 0
Reply all
Reply to author
Forward
0 new messages