Ignore:
Timestamp:
08/01/13 01:36:03 (12 years ago)
Author:
epyon
Message:
  • io_event - full support for all joystick events
  • gl_window - full implementation for all joystick events
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_device.cc

    r171 r184  
    2525        m_info = NULL;
    2626
    27         if ( SDL_Init( SDL_INIT_VIDEO ) < 0 )
     27        if ( SDL_Init( SDL_INIT_VIDEO | SDL_INIT_JOYSTICK ) < 0 )
    2828        {
    2929                NV_LOG( LOG_CRITICAL, "Video initialization failed: " << SDL_GetError( ) );
Note: See TracChangeset for help on using the changeset viewer.