Sha256: ea5944010a44b18ac9c1fc809af02977a08f85a684e260f0bb8cf81ade79a945

Contents?: true

Size: 1.56 KB

Versions: 13

Compression:

Stored size: 1.56 KB

Contents

/*
 * Rubygame -- Ruby code and bindings to SDL to facilitate game creation
 * Copyright (C) 2004-2007  John Croisant
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 * 
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */


#ifndef _RUBYGAME_EVENT_H
#define _RUBYGAME_EVENT_H

extern void Rubygame_Init_Event();
extern VALUE cEvent;
extern VALUE cActiveEvent;
extern VALUE cKeyDownEvent;
extern VALUE cKeyUpEvent;
extern VALUE cMouseMotionEvent;
extern VALUE cMouseDownEvent;
extern VALUE cMouseUpEvent;
extern VALUE cJoyAxisEvent;
extern VALUE cJoyBallEvent;
extern VALUE cJoyHatEvent;
extern VALUE cJoyDownEvent;
extern VALUE cJoyUpEvent;
extern VALUE cQuitEvent;
extern VALUE cSysWMEvent;
extern VALUE cResizeEvent;
extern VALUE cExposeEvent;
extern VALUE convert_active(Uint8);
extern VALUE convert_keymod(SDLMod);
extern VALUE convert_mousebuttons(Uint8);
extern VALUE rbgm_convert_sdlevent(SDL_Event);
extern VALUE rbgm_fetchevents(VALUE);

#endif

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rubygame-2.2.0-mswin32 ext/rubygame/rubygame_event.h
rubygame-2.2.0-i586-linux ext/rubygame/rubygame_event.h
rubygame-2.5.3 ext/rubygame/rubygame_event.h
rubygame-2.2.0 ext/rubygame/rubygame_event.h
rubygame-2.1.0 ext/rubygame/rubygame_event.h
rubygame-2.4.1 ext/rubygame/rubygame_event.h
rubygame-2.5.2 ext/rubygame/rubygame_event.h
rubygame-2.5.0 ext/rubygame/rubygame_event.h
rubygame-2.4.0 ext/rubygame/rubygame_event.h
rubygame-2.3.0-x86-linux ext/rubygame/rubygame_event.h
rubygame-2.3.0 ext/rubygame/rubygame_event.h
rubygame-2.3.0-x86-mswin32-60 ext/rubygame/rubygame_event.h
rubygame-2.5.1 ext/rubygame/rubygame_event.h