#include "Psycho/EyeTrackerEyeLink.H"
#include "Component/OptionManager.H"
#include "GUI/GUIOpts.H"
#include "Psycho/PsychoOpts.H"
#include "Util/sformat.H"
#include "Component/EventLog.H"
#include "Psycho/PsychoDisplay.H"
#include <SDL/SDL.h>
#include "Raster/Raster.H"
#include <eyelink/eyelink.h>
#include <eyelink/sdl_expt.h>
#include <eyelink/sdl_text_support.h>
Go to the source code of this file.
Variables | |
ALLF_DATA | evt |
SDL_Color | target_background_color = { 0, 0, 0} |
SDL_Color | target_foreground_color = { 192, 192, 192 } |
Abstraction for an EyeLink eye-tracker
Definition in file EyeTrackerEyeLink.C.