greenmoss
unread,Jan 27, 2012, 1:51:36 PM1/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyglet-users
All,
If I create two or more pyglet.window.Window instances, how can I
control which window is currently "active" (eg, at the top of the
stack, unobscured by the other window(s))?
Or perhaps I'm "doing it wrong"? I *could* display within one single
fullscreen window, but if I did this I would still need to have window-
like regions inside my fullscreen window. If I went this route, is
there already code available for me to reuse, or would I have to do it
all from scratch?