Sha256: 1581e45a140a5f91b55b40bd195156cb3dc8f75db615ee7314b7a2761c461b14
Contents?: true
Size: 594 Bytes
Versions: 3
Compression:
Stored size: 594 Bytes
Contents
#ifndef GLFW_RB_VIDEOMODE_H #define GLFW_RB_VIDEOMODE_H 1 #include "common.h" #define VIDMODE() \ GLFWvidmode *v; \ Data_Get_Struct(self, GLFWvidmode, v) void Init_glfw_vidmode(VALUE module); static VALUE rb_glfw_vidmode_alloc(VALUE klass); VALUE rb_glfw_vidmode_width(VALUE self); VALUE rb_glfw_vidmode_height(VALUE self); VALUE rb_glfw_vidmode_red_bits(VALUE self); VALUE rb_glfw_vidmode_green_bits(VALUE self); VALUE rb_glfw_vidmode_blue_bits(VALUE self); VALUE rb_glfw_vidmode_refresh_rate(VALUE self); VALUE rb_glfw_vidmode_to_s(VALUE self); #endif /* GLFW_RB_VIDEOMODE_H */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
glfw-1.0.3 | ext/glfw/video_mode.h |
glfw-1.0.2 | ext/glfw/video_mode.h |
glfw-1.0.1 | ext/glfw/video_mode.h |