ocornut
|
afffcd5810
|
Inputs: rename ImGuiKey_KeyPadEnter > ImGuiKey_KeypadEnter (#2625)
|
2022-01-06 14:25:56 +01:00 |
Stuart Carnie
|
1b6b8602c1
|
Backends: OSX: Fix keyboard support. Handle scroll cancel. Don't set mouse cursor shape unconditionally. (#4759, #4253, #1873)
Note the original FIXME: refered to GLFWs Cocoa implementation, which is largely what this commit provides.
|
2021-12-13 11:56:43 +01:00 |
Stuart Carnie
|
b720f1f03c
|
Backends: OSX: Add Game Controller support. (#4759)
|
2021-12-13 11:25:59 +01:00 |
James McCartney
|
bc3d267c51
|
Backends: OSX: Use mach_absolute_time as CFAbsoluteTimeGetCurrent can jump backwards. (#4557, #4563)
|
2021-09-21 12:36:37 +02:00 |
thedmd
|
2f40be638f
|
IO, Backends: add io.AddFocusEvent(). Clear pressed keys after loosing input focus (#3532)
Amend/fix #2445, #2696, #3751, #4377
|
2021-08-17 20:10:45 +02:00 |
Rokas Kupstys
|
0b8a247074
|
Backends: OSX: Added a fix for shortcuts using CTRL key instead of CMD key. (#4253)
|
2021-06-23 15:25:10 +02:00 |
ocornut
|
838c16533d
|
Backends: Comments.
|
2021-05-27 13:59:35 +02:00 |
rokups
|
6d53884487
|
Backends: OSX: Fix keys remaining stuck in pressed state when CMD-tabbing to a different application. (#3832)
|
2021-04-19 15:15:23 +02:00 |
Rokas Kupstys
|
066406b9be
|
Backends: OSX: Fix mouse position not being reported when mouse buttons other than left one are down. (#3762)
# Conflicts:
# docs/CHANGELOG.txt
|
2021-01-27 12:44:42 +01:00 |
Albin Odervall
|
b934b9bb86
|
Backends: OSX, Metal: Fix -Wshadow, -Wimplicit-float-conversion, and -Wsign-conversion warnings. (#3555)
|
2020-11-03 15:38:59 +01:00 |
Rokas Kupstys
|
6f57d58e82
|
Backends: OSX: Fix KeyPadEnter on MacOS. (#3554)
|
2020-10-28 12:31:10 +01:00 |
ocornut
|
b1a18d82e3
|
Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
|
2020-10-14 14:42:00 +02:00 |
ocornut
|
d9b2fb7338
|
Moving backends code from examples/ to backends/ (step 1: moving source files)
|
2020-10-14 14:41:40 +02:00 |