Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

macroquest/mq-imgui-definitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MacroQuest Next ImGui Lua Autocomplete Defintions

How to Use

  • Place files in a sudirectory under your MQNext Lua directory
  • Ensure your IDE has been installed with a Lua Lanugage server Extension/Addon that supports EmmyLua annotations.
--- @type ImGui
require 'ImGui'

. . .

When requiring the ImGui bindings in your Lua script, just annotate the require with a type ImGui as shown above. This will then provide autocomplete for ImGui methods and enum types.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages