Main Page | Namespace List | Class Hierarchy | Data Structures | 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

Package Attributes

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) [package]
 

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

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

int sdl4gcj::input::MouseConstants::SDL_BUTTON_MIDDLE = 2 [package]
 

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

int sdl4gcj::input::MouseConstants::SDL_BUTTON_RIGHT = 3 [package]
 

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

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

int sdl4gcj::input::MouseConstants::SDL_BUTTON_WHEELDOWN = 5 [package]
 

int sdl4gcj::input::MouseConstants::SDL_BUTTON_WHEELUP = 4 [package]
 


The documentation for this interface was generated from the following file:
Generated on Sun Jan 9 13:48:44 2005 for sdl4gcj by doxygen 1.3.7