yuzu/src/common
Zaneo b8328593fe EmuWindow: Clip mouse input coordinates to emulated screen dimensions.
If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to
the emulated screen dimensions.
Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction
to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero.
2015-05-01 23:52:33 -04:00
..
logging Services: Stubs and minor changes 2015-04-02 20:05:11 -07:00
assert.h Asserts: Use lambdas to keep assertion code away from the main code path 2015-02-18 02:19:30 -02:00
bit_field.h
break_points.cpp disassembler: Get rid of a const_cast 2015-03-30 15:37:34 -04:00
break_points.h disassembler: Get rid of a const_cast 2015-03-30 15:37:34 -04:00
chunk_file.h Remove the useless msg_handler compilation unit that was left over from Dolphin 2015-02-18 22:26:22 -08:00
CMakeLists.txt Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
common_funcs.h Removed swap code redundancy and moved common swap code to swap.h 2015-03-05 22:46:45 -08:00
common_paths.h Common: Fix logic for setting EMU_DATA_DIR. 2015-03-16 02:22:59 +01:00
common_types.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
common.h Removed swap code redundancy and moved common swap code to swap.h 2015-03-05 22:46:45 -08:00
concurrent_ring_buffer.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
cpu_detect.h
debug_interface.h
emu_window.cpp EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
emu_window.h EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 2015-05-01 23:52:33 -04:00
fifo_queue.h
file_util.cpp Common: Switch to the XDG Base Directory Specification for directory selection. 2015-02-25 05:27:13 +01:00
file_util.h
hash.cpp Misc cleanup of common and related functions 2015-02-19 22:26:25 -08:00
hash.h
key_map.cpp
key_map.h
linear_disk_cache.h
make_unique.h
math_util.cpp
math_util.h
mem_arena.cpp Common: Change names containing “Dolphin” or “PPSSPP” to something more generic. 2015-02-20 16:54:10 +00:00
mem_arena.h
memory_util.cpp Remove the useless msg_handler compilation unit that was left over from Dolphin 2015-02-18 22:26:22 -08:00
memory_util.h
misc.cpp
platform.h Common: Make a #else more apparent. 2015-03-16 02:22:19 +01:00
profiler_reporting.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
profiler.cpp Profiler: Implement QPCClock to get better precision on Win32 2015-03-01 21:47:14 -03:00
profiler.h Profiler: Implement QPCClock to get better precision on Win32 2015-03-01 21:47:14 -03:00
scm_rev.cpp.in
scm_rev.h
scope_exit.h Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
string_util.cpp Build: Fixed some warnings 2015-02-12 09:25:35 -05:00
string_util.h
swap.h Removed swap code redundancy and moved common swap code to swap.h 2015-03-05 22:46:45 -08:00
symbols.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 2015-02-10 18:30:31 -08:00
symbols.h
synchronized_wrapper.h Add profiling infrastructure and widget 2015-03-01 21:47:13 -03:00
thread_queue_list.h Thread: Implement priority boost for starved threads. 2015-04-09 19:05:21 -04:00
thread.cpp
thread.h Common: thread.h cleanups 2015-04-16 17:55:30 -03:00
thunk.h
timer.cpp
timer.h