Index: [thread] [date] [subject] [author]
  From: Steve Cheng <elmert@ipoline.com>
  To  : GGI mailing list <ggi-develop@eskimo.com>
  Date: Mon, 31 Aug 1998 20:55:58 -0400 (EDT)

Re: Event handling

On Mon, 31 Aug 1998, Jon M. Taylor wrote:

> as if I can use stdio after all.  Now the question is how should I do
> that?  Should I just copy events.c from the fbdev target?  That is what I
> am looking at right now, but I want to make sure I don't do something
> stupid... any advice?

I guess the tricky part is handling VT switches (and save/restore video
mode), but I haven't read much of the fbdev target's code yet ;-)

Use display/common/linux2ggi_keysym.inc to convert Linux syms to libGGI
ones.

As an alternative, you can try reading SVGAlib sources :)
src/keyboard/keyboard.c

--
Steve Cheng

email: steve@ggi-project.org
www: <http://shell.ipoline.com/~elmert/>;

Index: [thread] [date] [subject] [author]