Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_events.h @ 2737:140a7edcf2bd
Date: Sun, 31 Aug 2008 17:53:59 +0200
From: Couriersud
Subject: Re: Updated DirectFB driver for SDL1.3
attached is a patch which brings the directfb driver in line with
current svn. In addition:
* driver now is in line with the structure of the X11 driver.
This adds a couple of files.
* driver now supports relative mouse movements
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 31 Aug 2008 16:04:32 +0000 |
parents | e82a0e3e9b0e |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2736:ae653575d4af | 2737:140a7edcf2bd |
---|---|
23 | 23 |
24 #include "SDL_DirectFB_video.h" | 24 #include "SDL_DirectFB_video.h" |
25 | 25 |
26 /* Functions to be exported */ | 26 /* Functions to be exported */ |
27 extern void DirectFB_InitKeyboard(_THIS); | 27 extern void DirectFB_InitKeyboard(_THIS); |
28 extern void DirectFB_QuitKeyboard(_THIS); | |
28 extern void DirectFB_PumpEventsWindow(_THIS); | 29 extern void DirectFB_PumpEventsWindow(_THIS); |
29 extern SDLKey DirectFB_GetLayoutKey(_THIS, SDLKey physicalKey); | 30 extern SDLKey DirectFB_GetLayoutKey(_THIS, SDLKey physicalKey); |