Skip to content

Instantly share code, notes, and snippets.

View Taiga74164's full-sized avatar
😭

Joaquin Taiga74164

😭
  • Canada
  • 00:42 (UTC -06:00)
View GitHub Profile
I, Joaquin Soriano, a/j/a Taiga, am deeply remorseful for using and infringing the copyrighted content of Genshin Impact and HoYoverse without permission, and I acknowledge that my actions have caused serious harm to the Genshin Impact developers and community.
My actions, including developing and operating cheating software for Genshin Impact, have infringed the copyright of Genshin Impact, breached the user agreement, and provided unfair advantages for those using the cheating software. I am taking this matter seriously and now I understand the importance of respecting intellectual property rights and protecting the fairness for all players.
I promise not to commit any infringement of Genshin Impact’s and HoYoverse’s intellectual property in the future, and once again I sincerely apologize for my behaviors.
@Taiga74164
Taiga74164 / dear imgui, selectable popup example
Created September 14, 2022 20:10 — forked from harold-b/dear imgui, selectable popup example
A functional selectable pseudo-popup window example using dear imgui, for use with autocomplete or input history.
const int ENTRY_COUNT = 10;
const char* ENTRIES[ENTRY_COUNT] =
{
"Entry 0",
"Entry 1",
"Entry 2",
"Entry 3",
"Entry 4",
"Entry 5",