qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] noSDL "GUI" for Qemu


From: Jim C. Brown
Subject: Re: [Qemu-devel] noSDL "GUI" for Qemu
Date: Mon, 19 Jul 2004 20:16:14 -0400
User-agent: Mutt/1.4i

On Mon, Jul 19, 2004 at 11:59:45AM +0400, Vladimir N. Oleynik wrote:
> Hi all.
> 
> I have made a no SDL variant "GUI" with use Xlib only for Qemu:
> ftp://ftp.simtreas.ru/pub/my/qemu/nosdl.c.gz
> This is small, simple and have not problem
> with sigacton/threads.
> Its first version, without fullscreen support and may be
> have problem with keyboard (hmm, PC/AT translation?)
> 
> 
> --w
> vodz
> 
> 

I haven't tried it yet, will do so later this afternoon.

But may I be the first to say .. Thank You!

SDL doesn't have the ability to support the touchpad. It can't tell us the
"absolute" position of the pointer [the position relative to the bottom-left 
corner
of the window], only the relative mouse movement and the absolute mouse position
relative to the screen itself. The 2nd type can't be used because one can not
get the position of the SDL window (I asked in #SDL and was basicly told "you
shouldn't need to do that") so there's no way to calculate what you need.

Of course, even if the X11 driver is adopted, touchpad support will be some
time away as I need to figure out how to convert pixels to mm.

> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]