mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 06:43:58 -07:00
note: previous fix (clamp to 0 in screen_to_client) causes spurious messages if mouse moves outside of the window (which is bad). "client" coords are allowed to be negative, but "idealized client coords" (which are defended by assert >= 0 or is_in_window) aren't. fixes #146 This was SVN commit r4324. |
||
|---|---|---|
| .. | ||
| tests | ||
| unix | ||
| win | ||
| cpu.cpp | ||
| cpu.h | ||
| dir_watch.h | ||
| gfx.cpp | ||
| gfx.h | ||
| ia32.cpp | ||
| ia32.h | ||
| ia32.inc | ||
| ia32_asm.asm | ||
| ia32_memcpy.asm | ||
| snd.cpp | ||
| snd.h | ||
| sysdep.cpp | ||
| sysdep.h | ||