Sha256: 96fb23f724aaa71ba0c144d3961775e24aa5c208c0baeafad52e1bc2286bcd56

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

#ifndef GLFW_RB_CURSOR_H
#define GLFW_RB_CURSOR_H 1

#include "common.h"
#include "image.h"

void Init_glfw_cursor(VALUE module);
static VALUE rb_glfw_cursor_alloc(VALUE klass);
VALUE rb_glfw_cursor_initialize(VALUE self, VALUE image, VALUE xhot, VALUE yhot);
VALUE rb_glfw_cursor_standard(VALUE klass, VALUE shape);
VALUE rb_glfw_cursor_destroy(VALUE self);

#endif /* GLFW_RB_CURSOR_H */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glfw-0.9.8 ext/glfw/cursor.h