Omar
|
8601187fee
Backends: Win32: Clarify how the WndProc handler requires a forward declaration.
|
5 年之前 |
omar
|
8bcac7d95c
Backends: GLFW, SDL: report Windows key (io.KeySuper) as always released.
|
5 年之前 |
omar
|
e499497ec5
Backends: Win32: Added support for io.KeySuper (Windows key) for consistency with other backends. (#2976)
|
5 年之前 |
omar
|
4f7bf7e96a
Backends: Win32: Added support for #define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD and IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT. (#2716)
|
5 年之前 |
omar
|
8342e5b91a
Amend previous commits (added ImGuiMouseCursor_NotAllowed enum + new cursors in GLFW 3.4)
|
5 年之前 |
Rokas Kupstys
|
945a509773
Implement ImGuiMouseCursor_NotAllowed mouse cursor.
|
5 年之前 |
omar
|
f0348ddffc
Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005)
|
6 年之前 |
Aaron Cooper
|
0f86116a69
Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key.
|
6 年之前 |
omar
|
ef13d95466
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
|
6 年之前 |
omar
|
6789ea3482
Examples: SDL: Gamepad support minor amend. Fixes ImGuiBackendFlags_HasGamepad not being set. Enable in Emscripten demo. Tweaks. (#2509, #2484).
|
6 年之前 |
Bruce Mitchener
|
b5d57a6615
Fix typos. (#2413)
|
6 年之前 |
omar
|
93d1179805
Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency.
|
6 年之前 |
omar
|
2c38b32db1
Removed trailing spaces (#2038, #2299)
|
6 年之前 |
omar
|
b8020032f9
Examples: Win32: Added support for mouse buttons 4 and 5 via WM_XBUTTON* messages. (#2264)
|
6 年之前 |
omar
|
872477548b
Examples: Win32: Using IsChild() to be compatible with windows created within a parent. (#1951, #2087, #2156, #2232)
|
6 年之前 |
omar
|
f435aa193b
Examples: Win32: Added support for XInput games (if ImGuiConfigFlags_NavEnableGamepad is enabled).
|
6 年之前 |
omar
|
133f112af0
Examples: Win32: Using GetForegroundWindow() instead of GetActiveWindow() to be compatible with windows created in a different thread. (#1951, #2087, #2156, #2232) [many people]
|
6 年之前 |
omar
|
a9a60a24c1
Tweaked asserts
|
6 年之前 |
omar
|
7658035e5a
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
|
6 年之前 |
omar
|
7c3b9172ad
Examples: Referring to missing gamepad support in back-end that are missing it.
|
7 年之前 |
omar
|
1afd29d382
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
|
7 年之前 |
Ryan Crandall
|
34203d5008
imgui_impl_win32: Don't redefine WIN32_LEAN_AND_MEAN if already defined (#2014)
|
7 年之前 |
omar
|
c4e34aaace
Examples: Comments to clarify how the keyboard data is indexed.
|
7 年之前 |
omar
|
62b3d7c51e
Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
|
7 年之前 |
Aiekick
|
ecd9a223e3
add hand cursor support (+11 squashed commit)
|
7 年之前 |
omar
|
cac4c3f9b8
Examples: The functions in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate some uses. (#1888) + Comments in imgui.h
|
7 年之前 |
omar
|
c44a4bed84
Examples: Fixed bindings to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count_ so they can compile with IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#1887)
|
7 年之前 |
omar
|
bdb3d72d37
Examples: Win32: Fixed handling of mouse wheel messages to support finer position messages (typically sent by track-pads). (#1874)
|
7 年之前 |
omar
|
7acb46bec5
Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
|
7 年之前 |
omar
|
85f9694bd4
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870)
|
7 年之前 |