RoosterDragon
|
6eaf51d450
|
CursorManager avoids use of BitConverter.
Avoid allocating a small temp array via BitConverter.GetBytes, and instead use bitwise ops to isolate the components of the color.
|
2020-10-20 22:53:32 +02:00 |
|
Paul Chote
|
6388a6bff4
|
Add Graphics.UIScale setting to modify UI size.
|
2020-02-04 19:56:15 +01:00 |
|
Paul Chote
|
bd4724842c
|
Fix software cursor rendering at fractional scales.
|
2020-01-26 20:22:49 +01:00 |
|
Paul Chote
|
f730b55255
|
Move hardware cursor control to hidden DisableHardwareCursors setting.
|
2020-01-26 17:11:45 +01:00 |
|
Paul Chote
|
370f7a44fa
|
Restore cursor doubling for "default" cursor.
|
2020-01-26 17:11:45 +01:00 |
|
Paul Chote
|
f7e5111123
|
Apply cursor doubling setting without requiring a restart.
|
2020-01-26 17:11:45 +01:00 |
|
Paul Chote
|
847db5e59b
|
Merge HardwareCursor and SoftwareCursor into CursorManager.
|
2020-01-26 17:11:45 +01:00 |
|