Age | Commit message (Collapse) | Author |
|
Here, the "logic" module has all the stuff for building one's own
graphical user interface.
The "api" module has stuff used by other trackers.
While at it, each of "api", "logic", and "compat" need their own export
headers. This is because of preprocessor symbol clashes.
This is all because a change in the "gui"-only dependency required a
relink of all the trackers, protocols, and flters. It takes too long
when building in the release configuration. With the split, only the
"gui" module gets rebuilt. Since it has close to no static dependencies,
it's fast enough.
|
|
Refresh joylist when new listener arrives, and when the joy singleton
just gets created. Enumerating joys all the time causes high CPU usage
for some of the users.
Issue: #279
Backtrace-by: @exulant
Reported-by: @aka2k
|
|
|
|
|
|
|
|
We can create arbitrary amount of dinput handles, given they're passed
unique window handles.
|
|
|
|
Don't look for changes in hotplug joysticks by freezing up polling for
joysticks' axis and button.
Issue: #267
|
|
There's no need to have definitions in header for non-template classes
|
|
|
|
|