<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/input_common/mouse, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<id>https://git.benis.co.uk/yuzu-mainline/atom?h=master</id>
<link rel='self' href='https://git.benis.co.uk/yuzu-mainline/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<updated>2021-11-25T02:30:22+00:00</updated>
<entry>
<title>input_common: Rewrite mouse</title>
<updated>2021-11-25T02:30:22+00:00</updated>
<author>
<name>german77</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2021-09-20T22:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=00834b84dd954f6aea2354e07de2054a99f53fa4'/>
<id>urn:sha1:00834b84dd954f6aea2354e07de2054a99f53fa4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>input_common: Improve SDL joystick and hide toggle option</title>
<updated>2021-08-08T04:11:23+00:00</updated>
<author>
<name>german77</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2021-07-23T00:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a'/>
<id>urn:sha1:48b6d41f1b95cd61d6c60c3db1a5b89ac788a66a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>input_common: Fix mouse panning behaivour</title>
<updated>2021-07-16T23:57:29+00:00</updated>
<author>
<name>german77</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2021-07-16T17:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=14d5202da67a663034110c4f5c0e8ded62a07bd5'/>
<id>urn:sha1:14d5202da67a663034110c4f5c0e8ded62a07bd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure_input: Use u8 for mouse sensitivity</title>
<updated>2021-07-09T03:24:31+00:00</updated>
<author>
<name>ameerj</name>
<email>52414509+ameerj@users.noreply.github.com</email>
</author>
<published>2021-07-09T03:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0ed107776321b67cfbc1d3866eacc4f661433171'/>
<id>urn:sha1:0ed107776321b67cfbc1d3866eacc4f661433171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>general: Code formatting improvements</title>
<updated>2021-07-08T18:07:10+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2021-07-08T18:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a949ee0410fcce9144806d7b64e9ae4bffd4fee9'/>
<id>urn:sha1:a949ee0410fcce9144806d7b64e9ae4bffd4fee9</id>
<content type='text'>
Slight improvements to readability.

Dropped suggestions for string_view (settings.h:101), pass by value
(settings.h:82), reverting double to a float (config.cpp:316), and other
smaller ones, some out of scope.

Addresses review feedback.

Co-authored-by: Ameer J &lt;52414509+ameerj@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>general: Make most settings a BasicSetting</title>
<updated>2021-06-28T21:32:17+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2021-06-28T19:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b91b76df4fe27d781bd95ddb89b78ff54df57029'/>
<id>urn:sha1:b91b76df4fe27d781bd95ddb89b78ff54df57029</id>
<content type='text'>
Creates a new BasicSettings class in common/settings, and forces setting
a default and label for each setting that uses it in common/settings.
Moves defaults and labels from both frontends into common settings.
Creates a helper function in each frontend to facillitate reading the
settings now with the new default and label properties.

Settings::Setting is also now a subclass of Settings::BasicSetting. Also
adds documentation for both Setting and BasicSetting.
</content>
</entry>
<entry>
<title>Add missing includes (#6521)</title>
<updated>2021-06-24T07:24:17+00:00</updated>
<author>
<name>Chloe</name>
<email>25727384+ogniK5377@users.noreply.github.com</email>
</author>
<published>2021-06-24T07:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f216a9432b5e6f955dd8e62963b8413d7f4efc1c'/>
<id>urn:sha1:f216a9432b5e6f955dd8e62963b8413d7f4efc1c</id>
<content type='text'>
* Add missing includes

* Add array</content>
</entry>
<entry>
<title>input_common/mouse_input: Fix data race</title>
<updated>2021-06-22T05:31:39+00:00</updated>
<author>
<name>Rodrigo Locatti</name>
<email>rodrigo.locatti@gmail.com</email>
</author>
<published>2021-06-22T05:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0a39163a90de377843d4726154a0247caa928fa1'/>
<id>urn:sha1:0a39163a90de377843d4726154a0247caa928fa1</id>
<content type='text'>
Fix data race using std::jthread and std::stop_token.
</content>
</entry>
<entry>
<title>input_common: Release mouse buttons on out of focus</title>
<updated>2021-05-03T00:08:33+00:00</updated>
<author>
<name>german77</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2021-05-02T23:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=6e814735747994a6bae02c833e35dc6648f373bd'/>
<id>urn:sha1:6e814735747994a6bae02c833e35dc6648f373bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>common: Move settings to common from core.</title>
<updated>2021-04-14T23:24:03+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2021-04-14T23:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a4c6712a4be249bf668df7f0ff83a0a5236283b2'/>
<id>urn:sha1:a4c6712a4be249bf668df7f0ff83a0a5236283b2</id>
<content type='text'>
- Removes a dependency on core and input_common from common.
</content>
</entry>
</feed>
