Sam Lantinga
|
31ed3665ad
Added support for high-DPI cursors and icons
|
1 år sedan |
Sam Lantinga
|
b8f3cd0a10
Added SDL_CursorData for internal cursor data
|
1 år sedan |
Amir
|
5db08b86ca
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
|
1 år sedan |
Sam Lantinga
|
9ca1792848
Renamed driverdata to internal
|
1 år sedan |
Sam Lantinga
|
2ba76dbe80
Simplified SDL_Surface
|
1 år sedan |
Ryan C. Gordon
|
9a9a3d1a33
SDL_SystemCursor: rename enum items to match CSS.
|
1 år sedan |
Ryan C. Gordon
|
cf2874080f
mouse: Move mouse button state from a Uint32 to a formal typedef.
|
1 år sedan |
Sam Lantinga
|
78c7834f90
Added SDL_HINT_WINDOWS_RAW_KEYBOARD to control whether raw keyboard is enabled on Windows
|
2 år sedan |
Sam Lantinga
|
012fc1e32b
windows: enable raw keyboard input when raw mouse input is enabled
|
2 år sedan |
Sam Lantinga
|
35756593d6
Use the correct device ID (global or default or specific) based on context
|
2 år sedan |
Sam Lantinga
|
d1eb4adb16
Be explicit about the event mouse and keyboard ID
|
2 år sedan |
Sam Lantinga
|
33eaddc565
Cleaned up various type conversion issues
|
2 år sedan |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 år sedan |
Sam Lantinga
|
c03c01e9b2
Make sure we get mouse events as soon as possible
|
2 år sedan |
Sam Lantinga
|
31851a50d2
Fixed dropping raw input because of mixing GetRawInputBuffer() and WM_INPUT handling
|
2 år sedan |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 år sedan |
Dimitriy Ryazantcev
|
cb90653695
win32: use USER_DEFAULT_SCREEN_DPI instead of explicit 96 value
|
2 år sedan |
Dimitriy Ryazantcev
|
627d134b9e
Add support for monochrome cursors with inverted pixels under Windows.
|
2 år sedan |
Sam Lantinga
|
a9b87ee201
Fixed warning C28159: Consider using 'GetTickCount64' instead of 'GetTickCount'. Reason: GetTickCount overflows roughly every 49 days. Code that does not take that into account can loop indefinitely. GetTickCount64 operates on 64 bit values and does not have that problem
|
2 år sedan |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
2 år sedan |
Zack Middleton
|
5e9b0820f3
Add cursors for X11/Wayland window resizing
|
2 år sedan |
Dimitriy Ryazantcev
|
91e122316c
Use SDL_small_alloc() instead of SDL_stack_alloc() in CreateMaskBitmap()
|
2 år sedan |
Dimitriy Ryazantcev
|
49d58bc73a
Cleanup WIN_CreateCursor() code a bit
|
2 år sedan |
Sam Lantinga
|
aaf54b09a1
Revert "Cleanup WIN_CreateCursor() code a bit"
|
2 år sedan |
Dimitriy Ryazantcev
|
876c97454a
Cleanup WIN_CreateCursor() code a bit
|
3 år sedan |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 år sedan |
Sam Lantinga
|
c699f3d1d8
Updated SDL high DPI support
|
2 år sedan |
Sylvain
|
81ff49f4b5
Remove _THIS in src/video and in src/events (also VideoDevice)
|
3 år sedan |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 år sedan |
Sylvain
|
c5c94a6be6
Change return type from void to int, for functions that set an error
|
3 år sedan |