Marek Roszko
|
8f57a9bcf0
|
Fix spacemouse version check by pawning it off on wxWidgets
Version is a value not a key name. Also the registry returns things in wchars soooo lets just pawn off the encoding mess on wxWidgets
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16730
|
2024-01-24 19:04:50 -05:00 |
Mark Roszko
|
8b7af2b545
|
Fix broken 3dconnexion driver check
It essentially inverted it because version > min_win_version would return true, but then it would be checked against <= 0 which is false
|
2023-10-13 17:06:44 +00:00 |
Seth Hillbrand
|
c497abd8ee
|
Fix MSW registry key for 3dconnection
See discussion at 7af5037ad7 (note_1568602292)
|
2023-09-21 09:55:11 -07:00 |
Seth Hillbrand
|
7af5037ad7
|
Fix version compare for MSW 3D Connexion mouse
|
2023-08-30 15:10:45 -07:00 |
Roberto Fernandez Bautista
|
6cb804228b
|
Fix windows build
core needs to be linked after wxWidgets + use wide string literals
|
2023-07-24 22:59:41 +02:00 |
Seth Hillbrand
|
32ad42a435
|
Add 3dconnexion driver version check
Re-enable 3dconnexion driver by default as we are able to gate the
driver versions
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13362
|
2023-07-24 18:09:52 +00:00 |