Sha256: 1f70dd4f578f3d5b45b8f5c5dc15e5f4ee039c02b8fc6dd559408f9a900eb60c
Contents?: true
Size: 390 Bytes
Versions: 3
Compression:
Stored size: 390 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
glfw-1.0.3 | ext/glfw/cursor.h |
glfw-1.0.2 | ext/glfw/cursor.h |
glfw-1.0.1 | ext/glfw/cursor.h |