Colobot
Public Attributes | List of all members
ApplicationPrivate Struct Reference

Private data of CApplication class. More...

Public Attributes

SDL_Window * window
 Main game window. More...
 
SDL_GLContext glcontext
 Main game OpenGL context. More...
 
SDL_Event currentEvent
 Currently handled event. More...
 
SDL_Event lastMouseMotionEvent
 Mouse motion event to be handled. More...
 
SDL_Joystick * joystick
 Joystick. More...
 
SDL_TimerID joystickTimer
 Id of joystick timer. More...
 
SDL_Haptic * haptic
 Haptic subsystem for the joystick. More...
 

Detailed Description

Private data of CApplication class.

Contains SDL-specific variables that should not be visible outside application module.

Member Data Documentation

SDL_Window* ApplicationPrivate::window

Main game window.

SDL_GLContext ApplicationPrivate::glcontext

Main game OpenGL context.

SDL_Event ApplicationPrivate::currentEvent

Currently handled event.

SDL_Event ApplicationPrivate::lastMouseMotionEvent

Mouse motion event to be handled.

SDL_Joystick* ApplicationPrivate::joystick

Joystick.

SDL_TimerID ApplicationPrivate::joystickTimer

Id of joystick timer.

SDL_Haptic* ApplicationPrivate::haptic

Haptic subsystem for the joystick.


The documentation for this struct was generated from the following file: