GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Typedefs
sdl.hpp File Reference

Go to the source code of this file.

Classes

struct  EventInfo
 
class  SdlWindow
 

Typedefs

typedef void(* TouchDelegate )(SDL_MultiGestureEvent &)
 
typedef void(* MouseDelegate )(EventInfo *)
 
typedef std::function< void(GLenum)> KeyDelegate
 
typedef void(* WindowDelegate )(int, int)
 
typedef void(* Delegate )()
 
typedef bool(* IdleDelegate )()
 

Typedef Documentation

typedef void(* Delegate)()

Definition at line 36 of file sdl.hpp.

typedef bool(* IdleDelegate)()

Definition at line 37 of file sdl.hpp.

typedef std::function<void(GLenum)> KeyDelegate

Definition at line 34 of file sdl.hpp.

typedef void(* MouseDelegate)(EventInfo *)

Definition at line 33 of file sdl.hpp.

typedef void(* TouchDelegate)(SDL_MultiGestureEvent &)

Definition at line 32 of file sdl.hpp.

typedef void(* WindowDelegate)(int, int)

Definition at line 35 of file sdl.hpp.