view src/main/symbian/EKA2/sdllib.cpp @ 4564:5002d6aeb85c SDL-1.2

Use proper GEM API to handle mouse button events
author Patrice Mandin <patmandin@gmail.com>
date Fri, 09 Jul 2010 17:19:18 +0200
parents e85e65aec22f
children
line wrap: on
line source

#include<eikstart.h>
#include<sdlmain.h>
#include<sdlepocapi.h>


GLREF_C TInt E32Main()
    {
    return SDLEnv::SetMain(SDL_main, CSDL::EEnableFocusStop | CSDL::EAllowImageResize,
     NULL, SDLEnv::EParamQuery | SDLEnv::EVirtualMouse);
    }