enum Godot::DisplayServer::WindowResizeEdge

Defined in:

libgodot/generated/classes/classes_part2.cr

Enum Members

WindowEdgeTopLeft = 0_i64
WindowEdgeTop = 1_i64
WindowEdgeTopRight = 2_i64
WindowEdgeLeft = 3_i64
WindowEdgeRight = 4_i64
WindowEdgeBottomLeft = 5_i64
WindowEdgeBottom = 6_i64
WindowEdgeBottomRight = 7_i64
WindowEdgeMax = 8_i64

Instance Method Summary

Instance Method Detail

def window_edge_bottom? #

Returns true if this enum value equals WindowEdgeBottom


[View source]
def window_edge_bottom_left? #

Returns true if this enum value equals WindowEdgeBottomLeft


[View source]
def window_edge_bottom_right? #

Returns true if this enum value equals WindowEdgeBottomRight


[View source]
def window_edge_left? #

Returns true if this enum value equals WindowEdgeLeft


[View source]
def window_edge_max? #

Returns true if this enum value equals WindowEdgeMax


[View source]
def window_edge_right? #

Returns true if this enum value equals WindowEdgeRight


[View source]
def window_edge_top? #

Returns true if this enum value equals WindowEdgeTop


[View source]
def window_edge_top_left? #

Returns true if this enum value equals WindowEdgeTopLeft


[View source]
def window_edge_top_right? #

Returns true if this enum value equals WindowEdgeTopRight


[View source]