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

◆ window

SDL_Window* ApplicationPrivate::window

Main game window.

◆ glcontext

SDL_GLContext ApplicationPrivate::glcontext

Main game OpenGL context.

◆ currentEvent

SDL_Event ApplicationPrivate::currentEvent

Currently handled event.

◆ lastMouseMotionEvent

SDL_Event ApplicationPrivate::lastMouseMotionEvent

Mouse motion event to be handled.

◆ joystick

SDL_Joystick* ApplicationPrivate::joystick

Joystick.

◆ joystickTimer

SDL_TimerID ApplicationPrivate::joystickTimer

Id of joystick timer.

◆ haptic

SDL_Haptic* ApplicationPrivate::haptic

Haptic subsystem for the joystick.


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