<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack/win32-joystick.hpp, branch opentrack-2.3-rc21p4</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc21p4</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc21p4'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-12-06T19:13:56Z</updated>
<entry>
<title>api/joy: move from header</title>
<updated>2015-12-06T19:13:56Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T19:13:56Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4864dfaa4b455905fece5cd93502b80890d1b2d2'/>
<id>urn:sha1:4864dfaa4b455905fece5cd93502b80890d1b2d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/joy: prevent idempotent keypressed passed to receiver</title>
<updated>2015-12-06T19:13:42Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T19:13:42Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=75b4a6e3a32b4345941e15953d55572384eb210e'/>
<id>urn:sha1:75b4a6e3a32b4345941e15953d55572384eb210e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/joy: nix static, now that we're not a singleton</title>
<updated>2015-12-06T04:23:04Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T04:23:04Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=5076d0c35eacb2e7b246e7bd5e6637086ea74a15'/>
<id>urn:sha1:5076d0c35eacb2e7b246e7bd5e6637086ea74a15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>joystick: no longer singleton, use fake window handle</title>
<updated>2015-12-06T04:16:39Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-06T04:16:39Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=acef508f0b6f16a7be987eeebbb3402455f9aef8'/>
<id>urn:sha1:acef508f0b6f16a7be987eeebbb3402455f9aef8</id>
<content type='text'>
We can create arbitrary amount of dinput handles, given they're passed
unique window handles.
</content>
</entry>
<entry>
<title>api/joystick: refresh more often, it's cheap enough cpu-wise</title>
<updated>2015-12-03T21:45:02Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-03T21:45:02Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=3ac3eb2b4874782bac4aeac14cc39e63c1188acd'/>
<id>urn:sha1:3ac3eb2b4874782bac4aeac14cc39e63c1188acd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/joystick: reduce mutex contention</title>
<updated>2015-11-29T10:58:48Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-29T10:58:20Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=edb0e01947f67142c00c3f75a62df7af708cdf11'/>
<id>urn:sha1:edb0e01947f67142c00c3f75a62df7af708cdf11</id>
<content type='text'>
Don't look for changes in hotplug joysticks by freezing up polling for
joysticks' axis and button.

Issue: #267
</content>
</entry>
<entry>
<title>api/shortcuts: move to separate definition</title>
<updated>2015-11-26T08:05:13Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-26T08:04:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=3566dc23946b798b396946297cbf70f2d46fd242'/>
<id>urn:sha1:3566dc23946b798b396946297cbf70f2d46fd242</id>
<content type='text'>
There's no need to have definitions in header for non-template classes
</content>
</entry>
<entry>
<title>api/shortcuts: don't unacquire joy handle pointlessly</title>
<updated>2015-11-24T00:03:55Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-24T00:03:55Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f09ff290addc66f2256534641f1dc91318da47c3'/>
<id>urn:sha1:f09ff290addc66f2256534641f1dc91318da47c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opentrack/joystick: rename header to clarify usage</title>
<updated>2015-11-22T16:45:04Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-22T16:44:19Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=aac65283a2b254f0338a6ad1609e5d916ba9dcfc'/>
<id>urn:sha1:aac65283a2b254f0338a6ad1609e5d916ba9dcfc</id>
<content type='text'>
</content>
</entry>
</feed>
