yuzu-android/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
assert.h
bit_field.h
break_points.cpp
break_points.h
chunk_file.h
CMakeLists.txt
common.h
common_funcs.h
common_paths.h
common_types.h
concurrent_ring_buffer.h
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
file_util.h
hash.cpp
hash.h
key_map.cpp
key_map.h
linear_disk_cache.h
make_unique.h
math_util.cpp
math_util.h
mem_arena.cpp
mem_arena.h
memory_util.cpp
memory_util.h
misc.cpp
platform.h
profiler.cpp
profiler.h
profiler_reporting.h
scm_rev.cpp.in
scm_rev.h
scope_exit.h
string_util.cpp
string_util.h
swap.h
symbols.cpp
symbols.h
synchronized_wrapper.h
thread.cpp
thread.h
thread_queue_list.h
thunk.h
timer.cpp
timer.h