Tudor Brindus
|
3189c7bcd6
|
[client] kb: update for ImGui 1.87
|
2022-02-28 11:56:26 +11:00 |
|
Jonathan Rubenstein
|
745169fae2
|
[client] Add capture mode support for media keys
Supports Play/Pause, Stop, Next, and Previous
|
2022-01-17 15:09:36 +11:00 |
|
Jonathan Rubenstein
|
7f79352320
|
[client] Add support for volume keys in capture mode
These include Volume Up, Volume Down, and Mute
Co-authored-by: Quantum <quantum2048@gmail.com>
|
2022-01-17 15:09:36 +11:00 |
|
Geoffrey McRae
|
952ebea2c5
|
[all] refresh copyright dates
|
2022-01-05 19:42:46 +11:00 |
|
Quantum
|
1c7d14169e
|
[client] kb: rename key code arrays from xfree86_* to linux_*
We are using Linux key codes defined in input-event-codes.h, not XFree86
stuff.
|
2021-08-17 19:08:07 +10:00 |
|
Quantum
|
51b9cd4e5a
|
[all] copyright: use unicode copyright sign ©
This is done for consistency with the license strings in appstrings.c.
|
2021-08-04 21:16:35 +10:00 |
|
Quantum
|
86b50cc8ab
|
[client] imgui: initialize keymap
This allows ImGui to understand some of the basic key presses.
Also moved the include guard from kb.c to kb.h where it actually makes sense.
|
2021-07-31 14:57:41 +10:00 |
|
Quantum
|
24d0aa0c18
|
[all] normalize copyright on all source files
|
2021-06-06 11:53:05 +10:00 |
|
Quantum
|
4e765b063a
|
[client] kb: add display names for all supported keys
|
2021-02-21 10:31:48 +11:00 |
|
Geoffrey McRae
|
ca5c3938e4
|
[client] all: move all SDL specific code into displayservers/sdl
|
2021-02-21 10:31:48 +11:00 |
|
Geoffrey McRae
|
bf583290a4
|
[client/common] restructure project in prep for full SDL removal
|
2021-02-21 10:31:46 +11:00 |
|