All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Functions | Variables
pangolin::process Namespace Reference

Functions

void Keyboard (unsigned char key, int x, int y)
 Tell pangolin to process input to drive display You will need to call this manually if you haven't let Pangolin register callbacks from your windowing system.
void KeyboardUp (unsigned char key, int x, int y)
void Mouse (int button_raw, int state, int x, int y)
void MouseMotion (int x, int y)
void PassiveMouseMotion (int x, int y)
void Resize (int width, int height)
 Tell pangolin base window size has changed You will need to call this manually if you haven't let Pangolin register callbacks from your windowing system.
void Scroll (float x, float y)
void SpecialFunc (int key, int x, int y)
void SpecialFuncUp (int key, int x, int y)
void Zoom (float m)

Variables

unsigned int last_x
unsigned int last_y

Function Documentation

void pangolin::process::Keyboard ( unsigned char  key,
int  x,
int  y 
)

Tell pangolin to process input to drive display You will need to call this manually if you haven't let Pangolin register callbacks from your windowing system.

Definition at line 174 of file display.cpp.

void pangolin::process::KeyboardUp ( unsigned char  key,
int  x,
int  y 
)

Definition at line 230 of file display.cpp.

void pangolin::process::Mouse ( int  button_raw,
int  state,
int  x,
int  y 
)

Definition at line 252 of file display.cpp.

void pangolin::process::MouseMotion ( int  x,
int  y 
)

Definition at line 286 of file display.cpp.

void pangolin::process::PassiveMouseMotion ( int  x,
int  y 
)

Definition at line 307 of file display.cpp.

void pangolin::process::Resize ( int  width,
int  height 
)

Tell pangolin base window size has changed You will need to call this manually if you haven't let Pangolin register callbacks from your windowing system.

Definition at line 313 of file display.cpp.

void pangolin::process::Scroll ( float  x,
float  y 
)

Definition at line 327 of file display.cpp.

void pangolin::process::SpecialFunc ( int  key,
int  x,
int  y 
)

Definition at line 241 of file display.cpp.

void pangolin::process::SpecialFuncUp ( int  key,
int  x,
int  y 
)

Definition at line 246 of file display.cpp.

void pangolin::process::Zoom ( float  m)

Definition at line 339 of file display.cpp.


Variable Documentation

Definition at line 171 of file display.cpp.

Definition at line 172 of file display.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


pangolin_wrapper
Author(s): Todor Stoyanov
autogenerated on Wed Feb 13 2013 14:03:25