struct SDL::Display::Mode

Defined in:

sdl.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(format : UInt32, w : Int32, h : Int32, refresh_rate : Int32, driver_data : Pointer(Void)) #

[View source]

Instance Method Detail

def driver_data : Pointer(Void) #

[View source]
def format : UInt32 #

[View source]
def h : Int32 #

[View source]
def refresh_rate : Int32 #

[View source]
def w : Int32 #

[View source]