Ionut Leonte
|
2d38a71a1f
Added SDL_HITTEST_RESIZE_*, and implemented for X11.
|
11 éve |
Ryan C. Gordon
|
b861efde14
Implemented SDL_GetAbsoluteMouseState().
|
11 éve |
Ryan C. Gordon
|
264eb4bbed
Added some (harmlessly) missing braces.
|
11 éve |
Ryan C. Gordon
|
7153c2dad1
Fixed using SDL_PointInRect() from C++.
|
11 éve |
Ryan C. Gordon
|
bb7a27fadd
Fixed up SDL_CaptureMouse() on Windows to work like I expected.
|
11 éve |
Ryan C. Gordon
|
bcc2cc8722
Fixed hit-testing on Windows.
|
11 éve |
Ryan C. Gordon
|
bf03bec120
Patched to compile on Visual Studio.
|
11 éve |
Ryan C. Gordon
|
4ef6eddaf7
Make some printf() calls into SDL_Log() so I can see them on Windows. :)
|
11 éve |
Ryan C. Gordon
|
89ad793407
First shot (not even compiled) at Windows hit-testing support.
|
11 éve |
Ryan C. Gordon
|
661548c8f3
Tweaked hit-testing documentation.
|
11 éve |
Ryan C. Gordon
|
7364ed016b
Added a few debug printf() calls.
|
11 éve |
Ryan C. Gordon
|
98c03f391d
Changed drag area API to a hit-testing API.
|
11 éve |
Ryan C. Gordon
|
7a4ddcd8c6
Don't hardcode an 8 here.
|
11 éve |
Ryan C. Gordon
|
20ac4bae89
Some updates for the X11 drag areas work.
|
11 éve |
Damian Kaczmarek
|
2744c0195a
Initial work on X11 implementation of SDL_SetWindowDragAreas().
|
11 éve |
Ryan C. Gordon
|
3cbc83ef11
First shot at SDL_SetWindowDragAreas().
|
11 éve |
Ryan C. Gordon
|
b7f90442df
Added SDL_PointInRect().
|
11 éve |
Ryan C. Gordon
|
ded970f70f
Flip this around to do the simpler condition first.
|
11 éve |
Ryan C. Gordon
|
668025c239
Implement SDL_CaptureMouse() for Mac OS X.
|
11 éve |
Ryan C. Gordon
|
b7d2c0e9d6
Implemented SDL_CaptureMouse().
|
11 éve |
Ryan C. Gordon
|
846a3e0776
Added some FIXMEs.
|
11 éve |
Ryan C. Gordon
|
f0e0f4ca15
Fixed whitespace.
|
11 éve |
Ryan C. Gordon
|
a2710516ef
Generated dynapi stuff for the new WinRT entry points.
|
11 éve |
Sam Lantinga
|
e14e0ef947
Fixed crash if the OpenGL library hasn't been loaded yet
|
56 éve |
Yuri Kunde Schlesner
|
d12d7952f1
Align pointer in SDL_memset before doing Uint32 loop
|
11 éve |
Philipp Wiesemann
|
9bc47465ca
Changed C++ style comments.
|
11 éve |
Philipp Wiesemann
|
f5c77149bf
Fixed typo in header comment.
|
11 éve |
Philipp Wiesemann
|
ca11d7c8b5
Changed C++ style comments to fix pedantic warnings.
|
11 éve |
Philipp Wiesemann
|
0d196c3099
Removed unused standard library includes from gesture source.
|
11 éve |
Gabriel Jacobo
|
660a57f906
Fixes #2541, build failure with Wayland enabled, OpenGL ES disabled
|
11 éve |