struct Boleite::VideoMode

Extended Modules

Defined in:

boleite/backend/video_mode.cr
boleite/serializers/backend/video_mode.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width, height, mode : Boleite::VideoMode::Mode, refresh_rate : UInt16 = UInt16.zero) #

[View source]
def self.new #

[View source]

Instance Method Detail

def any_refresh_rate? #

[View source]

[View source]
def mode=(mode : Boleite::VideoMode::Mode) #

[View source]
def refresh_rate : UInt16 #

[View source]
def refresh_rate=(refresh_rate : UInt16) #

[View source]
def resolution : Boleite::VectorImp(UInt32, 2) #

[View source]
def resolution=(resolution : Boleite::VectorImp(UInt32, 2)) #

[View source]