You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef __CACA_EVENT_H__
- #define __CACA_EVENT_H__
-
- #include <ruby.h>
-
- extern VALUE cEvent;
- extern VALUE cEventKeyPress;
- extern VALUE cEventKeyRelease;
- extern VALUE cEventMouse;
- extern VALUE cEventMousePress;
- extern VALUE cEventMouseRelease;
- extern VALUE cEventMouseMotion;
- extern VALUE cEventResize;
- extern VALUE cEventQuit;
- extern void Init_caca_event(VALUE);
-
- #endif
|