quakeforge/include
Bill Currie 63f5c738ca [x11] Send cooked keyboard and mouse events
For the mouse in x11, I'm not sure which is more cooked: deltas or
window-relative coordinates, but I don't imagine that really matters too
much. However, keyboard and mouse events suitable for 2D user interfaces
are sent at the same time as the more game oriented button and axis events.
2021-11-05 13:26:44 +09:00
..
client [qw] Use efrags for carried flags 2021-07-22 19:35:12 +09:00
evdev [input] Use a single select call for all drivers 2021-09-26 15:11:07 +09:00
QF [x11] Send cooked keyboard and mouse events 2021-11-05 13:26:44 +09:00
qw [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00
win32 Get QF cross-compiling using MXE/mingw32 2021-03-27 20:09:37 +09:00
adivtab.h
alsa_funcs_list.h [audio] Clean up alsa init and add error checking 2021-06-25 09:50:31 +09:00
anorm_dots.h
anorms.h
asm_draw.h [sw] Fix some 32-bit assembly issues 2021-04-02 22:17:32 +09:00
asm_i386.h
block8.h
block16.h
bsearch.h [util] Add fuzzy and reentrant bsearch 2021-06-01 18:53:53 +09:00
buildnum.h
compat.h [util] Add fuzzy and reentrant bsearch 2021-06-01 18:53:53 +09:00
context_sdl.h Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
context_win.h [vid] Make windows vid init conform to QF's method 2021-03-31 15:50:10 +09:00
context_x11.h [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_iface.h [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
d_ifacea.h
d_local.h [sw] Fix some 32-bit assembly issues 2021-04-02 22:17:32 +09:00
dga_check.h [video] Mark dga funcs as const when dga not available 2021-08-11 12:09:07 +09:00
exp.h Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
fbset.h
garbage.h
getopt.h
gib_buffer.h [build] Autoconfiscate printf format attribute 2021-03-27 19:52:59 +09:00
gib_builtin.h
gib_classes.h
gib_execute.h
gib_function.h
gib_handle.h
gib_object.h
gib_parse.h Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
gib_process.h
gib_regex.h Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
gib_semantics.h
gib_thread.h
gib_tree.h
gib_vars.h
gl_warp_sin.h
in_win.h
logos.h
Makemodule.am [input] Start work on improved input system 2021-08-27 09:10:21 +09:00
mod_internal.h [model] Clean up the globals for alias models 2021-02-01 21:11:45 +09:00
net_dgrm.h Update for doxygen 1.8.16 2020-02-11 15:22:42 +09:00
net_loop.h Update for doxygen 1.8.16 2020-02-11 15:22:42 +09:00
net_udp.h Update for doxygen 1.8.16 2020-02-11 15:22:42 +09:00
net_vcr.h Update for doxygen 1.8.16 2020-02-11 15:22:42 +09:00
net_wins.h Get QF cross-compiling using MXE/mingw32 2021-03-27 20:09:37 +09:00
netchan.h Fix a bunch of issues found by gcc-11 2021-06-13 14:30:59 +09:00
netmain.h [net] Move found host caching into net_main 2021-04-04 18:38:14 +09:00
noisetextures.h
old_keys.h
ops.h Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
pstdint.h
qfalloca.h Handle alloca "correctly". 2013-01-22 21:02:50 +09:00
qfselect.h [util] Wrap fd_set 2021-09-28 10:53:51 +09:00
qstring.h [util] Add strndup and reentrant quicksort 2021-03-27 20:03:39 +09:00
quakeasm.h
quicksort.h [util] Add fuzzy and reentrant bsearch 2021-06-01 18:53:53 +09:00
r_cvar.h Separate render and presentation initialization 2019-07-09 01:00:47 +09:00
r_dynamic.h [renderer] Stub out all the vulkan functions 2021-01-18 12:46:06 +09:00
r_internal.h [renderer] Move driver specific texture chain defs 2021-07-21 16:36:51 +09:00
r_local.h [renderer] Remove currententity from non-sw renderers 2021-07-22 16:15:14 +09:00
r_scrap.h [renderer] Move core of scrap into shared code 2021-01-13 02:47:07 +09:00
r_screen.h [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
r_shared.h [sw] Fix some 32-bit assembly issues 2021-04-02 22:17:32 +09:00
regex.h
rua_internal.h [ruamoko] Add some stdlib function wrappers 2021-06-01 18:53:53 +09:00
sbar.h
skin_stencil.h
snd_internal.h [audio] Clean up jack and alsa dependencies 2021-06-27 01:57:59 +09:00
sv_console.h
varrays.h
vgamodes.h
vid_gl.h Get QF cross-compiling using MXE/mingw32 2021-03-27 20:09:37 +09:00
vid_internal.h [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
vid_sw.h [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
vid_vulkan.h [vulkan] Move projection matrix code to its own file 2021-04-25 15:48:21 +09:00
vregset.h
winquake.h [vid] Clean up windows video code a bit 2021-03-31 15:10:35 +09:00
world.h Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00