Searched defs:IM_NEWLINE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp94 #define IM_NEWLINE "\r\n" macro
98 #define IM_NEWLINE "\n" macro
H A Dimgui_internal.h125 #define IM_NEWLINE "\r\n" // Play it nice with Windows users (2018/05 news: Microsoft announced that Notepad will finally display Unix-style carriage returns!) macro
127 #define IM_NEWLINE "\n" macro
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h125 #define IM_NEWLINE "\r\n" // Play it nice with Windows users (2018/05 news: Microsoft announced that Notepad will finally display Unix-style carriage returns!) macro
127 #define IM_NEWLINE "\n" macro

Completed in 20 milliseconds