Re: [Algorithms] Switch the Input Method Editor(IME) in full-screen mode?
Brought to you by:
vexxed72
|
From: Neal T. <ne...@ps...> - 2000-10-13 11:13:09
|
From: jason zhang=20 >I know this is an off-topic question and more specified to Opengl=20 >(Sorry), >but I cannot find the opengl maillist and know there are lots of = >cool guys on this list. Subscription information for the OpenGL gamedev list can be found = here: http://www.egroups.com/list/opengl-gamedev-l/ >My opengl program runs in full-screen mode with a topmost-style = >window. When I toggle >on IME(for example,to input Chinese), the screen stops updating. >It = seems the framebuffer >stops swapping, because my other program parts such as physics >runs = well as before. When I=20 >toggle off it, all goes well. >So can I avoid that? My card is GeForce 256 and I'm under win2k.=20 =20 I'm afraid I don't really know anything about the Input Method Editor, = and so probably can't give you any real help, but if it uses GDI to = display, it may be worth noting that GDI and OpenGL generally can't = cooperate in a double buffered window in Windows. =20 Neal Tringham (Sick Puppies / Empire Interactive) ne...@ps... ne...@em... |