struct Scar::Event::Resized

Overview

Window was resized

Defined in:

scar/event.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Scar::Event::Event

initialize initialize

Constructor methods inherited from struct Scar::Event::Event

new new

Constructor Detail

def self.new(size : Vec) #

[View source]

Instance Method Detail

def size : SF::Vector2(Float32) #

The new size


[View source]