diff --git a/project/sdl/sdl-1.2/src/video/android/SDL_androidinput.h b/project/sdl/sdl-1.2/src/video/android/SDL_androidinput.h new file mode 120000 index 000000000..26a72c68d --- /dev/null +++ b/project/sdl/sdl-1.2/src/video/android/SDL_androidinput.h @@ -0,0 +1 @@ +../../../../sdl-1.3/src/video/android/SDL_androidinput.h \ No newline at end of file diff --git a/project/sdl/sdl-1.2/src/video/android/SDL_touchscreenkeyboard.c b/project/sdl/sdl-1.2/src/video/android/SDL_touchscreenkeyboard.c new file mode 120000 index 000000000..b20d33e3b --- /dev/null +++ b/project/sdl/sdl-1.2/src/video/android/SDL_touchscreenkeyboard.c @@ -0,0 +1 @@ +../../../../sdl-1.3/src/video/android/SDL_touchscreenkeyboard.c \ No newline at end of file diff --git a/project/sdl/sdl-1.2/src/video/android/jniwrapperstuff.h b/project/sdl/sdl-1.2/src/video/android/jniwrapperstuff.h new file mode 120000 index 000000000..235f27468 --- /dev/null +++ b/project/sdl/sdl-1.2/src/video/android/jniwrapperstuff.h @@ -0,0 +1 @@ +../../../../sdl-1.3/src/video/android/jniwrapperstuff.h \ No newline at end of file diff --git a/project/sdl/sdl-1.2/src/video/android/touchscreenfont.h b/project/sdl/sdl-1.2/src/video/android/touchscreenfont.h new file mode 120000 index 000000000..ce27f10d0 --- /dev/null +++ b/project/sdl/sdl-1.2/src/video/android/touchscreenfont.h @@ -0,0 +1 @@ +../../../../sdl-1.3/src/video/android/touchscreenfont.h \ No newline at end of file diff --git a/project/sdl/sdl-1.3/src/video/android/touchscreenfont.h b/project/sdl/sdl-1.3/src/video/android/touchscreenfont.h deleted file mode 100644 index 86cb38016..000000000 --- a/project/sdl/sdl-1.3/src/video/android/touchscreenfont.h +++ /dev/null @@ -1,65 +0,0 @@ -/* This file should be edited using Touchscreen Editor utility */ -#ifndef _TOUCHSCREENFONT_H_ -#define _TOUCHSCREENFONT_H_ -#include -typedef struct font_line_t { Uint8 x1, y1, x2, y2; } font_line_t; -enum { FONT_MAX_LINES_PER_CHAR = 5 }; -font_line_t font[8][FONT_MAX_LINES_PER_CHAR] = { - { - { 27, 136, 182, 136 }, - { 27, 136, 94, 104 }, - { 27, 136, 89, 162 }, - { 0, 0, 0, 0 }, - { 0, 0, 0, 0 } - }, - { - { 192, 123, 61, 123 }, - { 150, 103, 192, 123 }, - { 192, 123, 155, 144 }, - { 0, 0, 0, 0 }, - { 0, 0, 0, 0 } - }, - { - { 118, 43, 118, 188 }, - { 118, 43, 131, 88 }, - { 118, 43, 104, 87 }, - { 0, 0, 0, 0 }, - { 0, 0, 0, 0 } - }, - { - { 122, 45, 122, 200 }, - { 122, 200, 138, 156 }, - { 122, 200, 106, 158 }, - { 0, 0, 0, 0 }, - { 0, 0, 0, 0 } - }, - { - { 77, 204, 132, 64 }, - { 132, 64, 175, 200 }, - { 175, 200, 76, 204 }, - { 0, 0, 0, 0 }, - { 0, 0, 0, 0 } - }, - { - { 74, 190, 74, 73 }, - { 74, 73, 189, 74 }, - { 189, 74, 189, 180 }, - { 189, 180, 74, 190 }, - { 0, 0, 0, 0 } - }, - { - { 75, 78, 201, 183 }, - { 198, 66, 86, 193 }, - { 61, 135, 220, 128 }, - { 135, 59, 145, 199 }, - { 0, 0, 0, 0 } - }, - { - { 60, 200, 126, 50 }, - { 126, 50, 172, 199 }, - { 172, 199, 46, 85 }, - { 46, 85, 199, 85 }, - { 199, 85, 60, 200 } - } -}; -#endif diff --git a/project/sdl/sdl-1.3/src/video/android/touchscreenfont.h b/project/sdl/sdl-1.3/src/video/android/touchscreenfont.h new file mode 120000 index 000000000..b8d231258 --- /dev/null +++ b/project/sdl/sdl-1.3/src/video/android/touchscreenfont.h @@ -0,0 +1 @@ +../../../../fonteditor/touchscreenfont.h \ No newline at end of file