Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields

sdl4gcj::input::MouseConstants Interface Reference

Inheritance diagram for sdl4gcj::input::MouseConstants:

Inheritance graph
[legend]

Data Fields

int SDL_BUTTON_LEFT = 1
int SDL_BUTTON_MIDDLE = 2
int SDL_BUTTON_RIGHT = 3
int SDL_BUTTON_WHEELUP = 4
int SDL_BUTTON_WHEELDOWN = 5
int SDL_BUTTON_LMASK = 1 << (SDL_BUTTON_LEFT-1)
int SDL_BUTTON_MMASK = 1 << (SDL_BUTTON_MIDDLE-1)
int SDL_BUTTON_RMASK = 1 << (SDL_BUTTON_RIGHT-1)
int SDL_BUTTON_UPMASK = 1 << (SDL_BUTTON_WHEELUP-1)
int SDL_BUTTON_DOWNMASK = 1 << (SDL_BUTTON_WHEELDOWN-1)

Field Documentation

int sdl4gcj::input::MouseConstants::SDL_BUTTON_DOWNMASK = 1 << (SDL_BUTTON_WHEELDOWN-1)
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_LEFT = 1
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_LMASK = 1 << (SDL_BUTTON_LEFT-1)
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_MIDDLE = 2
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_MMASK = 1 << (SDL_BUTTON_MIDDLE-1)
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_RIGHT = 3
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_RMASK = 1 << (SDL_BUTTON_RIGHT-1)
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_UPMASK = 1 << (SDL_BUTTON_WHEELUP-1)
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_WHEELDOWN = 5
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_WHEELUP = 4
 


The documentation for this interface was generated from the following file:
Generated on Sat Oct 1 23:29:17 2005 for sdl4gcj by  doxygen 1.4.3