struct ImGui::ImVec2

Overview

struct ImVec2

Included Modules

Defined in:

imgui.cr
obj.cr
types.cr

Constructors

Instance Method Summary

Instance methods inherited from module ImGui::StructType

to_unsafe to_unsafe

Constructor Detail

def self.new(_x : Float32, _y : Float32) : ImVec2 #

[View source]
def self.new(x : Number, y : Number) #

[View source]
def self.new #

[View source]

Instance Method Detail

def to_unsafe : Pointer(Float32) #

[View source]
def x : Float32 #

[View source]
def x=(x : Float32) #

[View source]
def y : Float32 #

[View source]
def y=(y : Float32) #

[View source]