Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static r3dColor bkgColor(30, 114, 186); // Studio btn color #1e72ba
- const void* imgui_val = NULL; // current editable value. == pointer to FOCUS
- float imgui_mx;
- float imgui_my;
- float imgui_mmx;
- float imgui_mmy;
- int imgui_lbp = 0;
- int imgui_rbp = 0;
- int imgui_lbr = 0;
- int imgui_rbr = 0;
- int imgui_mzMotion;
- bool imgui_disabled = false;
- float imgui_th = 20; // text height (for clicking)
- float imgui_dy = 25;
- static bool imgui_textEditActive = false;
- static bool imgui_textDirty = false;
- static char imgui_editText[100] = "";
- r3dColor imgui_bkgDlg = r3dColor(22,85,138,220); // background color #16558a
- static r3dColor imgui_borderCol = r3dColor(132,132,132); // border large btn #848484
- static r3dColor imgui_bkgCol = r3dColor(128,128,128);
- static r3dColor imgui_nameCol = r3dColor(255,255,155);
- static r3dColor imgui_nameColH = r3dColor(255,255,210);
- static r3dColor imgui_valCol = r3dColor(255,255,255);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement