Method: Nuklear::UI::Window#check_flag

Defined in:
lib/nuklear/ui/window.rb

#check_flag(flag) ⇒ Object



133
134
135
# File 'lib/nuklear/ui/window.rb', line 133

def check_flag(flag)
  @flags & flag > 0
end