mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Commented samples and shuffled bits of the initialisation based on user's feedback.
This commit is contained in:
parent
8ab2942716
commit
86d2c9d232
3 changed files with 88 additions and 74 deletions
2
imgui.h
2
imgui.h
|
|
@ -381,7 +381,7 @@ struct ImGuiIO
|
|||
void (*SetClipboardTextFn)(const char* text, const char* text_end); // Required for clipboard support (nb- the string is *NOT* zero-terminated at 'text_end')
|
||||
|
||||
// Input - Fill before calling NewFrame()
|
||||
ImVec2 MousePos; // Mouse position (set to -1,-1 if no mouse / on another screen, etc.)
|
||||
ImVec2 MousePos; // Mouse position, in pixels (set to -1,-1 if no mouse / on another screen, etc.)
|
||||
bool MouseDown[2]; // Mouse buttons
|
||||
int MouseWheel; // Mouse wheel: -1,0,+1
|
||||
bool KeyCtrl; // Keyboard modifier pressed: Control
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue