struct CrystGLFW::Event::WindowToggleFocus

Overview

Represents an event wherein a window's focus is toggled on or off.

Defined in:

crystglfw/events/window_toggle_focus.cr

Instance Method Summary

Constructor methods inherited from struct CrystGLFW::Event::Any

new new

Instance Method Detail

def focused? : Bool #

[View source]
def window : CrystGLFW::Window #

[View source]