Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Public Attributes | List of all members
ImGuiMouseCursorData Struct Reference

#include <imgui_internal.h>

Public Attributes

ImGuiMouseCursor Type
 
ImVec2 HotOffset
 
ImVec2 Size
 
ImVec2 TexUvMin [2]
 
ImVec2 TexUvMax [2]
 

Detailed Description

Definition at line 381 of file imgui_internal.h.

Member Data Documentation

ImVec2 ImGuiMouseCursorData::HotOffset

Definition at line 384 of file imgui_internal.h.

ImVec2 ImGuiMouseCursorData::Size

Definition at line 385 of file imgui_internal.h.

ImVec2 ImGuiMouseCursorData::TexUvMax[2]

Definition at line 387 of file imgui_internal.h.

ImVec2 ImGuiMouseCursorData::TexUvMin[2]

Definition at line 386 of file imgui_internal.h.

ImGuiMouseCursor ImGuiMouseCursorData::Type

Definition at line 383 of file imgui_internal.h.


The documentation for this struct was generated from the following file: