class GLFW::Window

Defined in:

glfw/window.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : Int32 = 1024, height : Int32 = 768, title : String = "") #

[View source]

Instance Method Detail

def handle : LibGLFW::Window #

[View source]
def handle=(handle : LibGLFW::Window) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def log_stats #

[View source]
def open(&) #

[View source]
def set_context_current #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]