hi gente tengo un codigo para ingresar texto desde pantalla con sdl
y funciona bien. usa una cadena char msg.
por favor cambien esto si usan otra fuente
//fuente = TTF_OpenFont("ariblk.ttf",15);
#include <stdio.h>
#include <stdlib.h>
#include <SDL/SDL.h>
#include <SDL/SDL_ttf.h>
int main(int argc, char *argv[])
{
SDL_Surface *screen,*ttext;
SDL_Event event;
bool done = false;
SDL_Color colorfuente={255,255,255};
SDL_Rect rect={0,0,0,0};
TTF_Font *fuente;
char msg[64]="