mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
98c03f391d
There were several good arguments for this: it's how Windows works with WM_NCHITTEST, SDL doesn't need to manage a list of rects, it allows more control over the regions (how do you use rects to cleanly surround a circular button?), the callback can be more optimized than a iterating a list of rects, and you don't have to send an updated list of rects whenever the window resizes or layout changes.
102 lines
1.6 KiB
Plaintext
102 lines
1.6 KiB
Plaintext
syntax:glob
|
|
aclocal.m4
|
|
autom4te*
|
|
config.cache
|
|
config.log
|
|
config.status
|
|
Makefile
|
|
sdl-config
|
|
SDL2.spec
|
|
build
|
|
|
|
# for Xcode
|
|
*.orig
|
|
*.swp
|
|
*.tmp
|
|
*.rej
|
|
*~
|
|
*.o
|
|
*.mode1*
|
|
*.model*
|
|
*.perspective*
|
|
*.perspective*
|
|
*.pbxuser
|
|
(^|/)build($|/)
|
|
.DS_Store
|
|
Xcode/SDL/SDL.xcodeproj/xcuserdata
|
|
Xcode/SDL/SDL.xcodeproj/project.xcworkspace
|
|
Xcode/SDLTest/SDLTest.xcodeproj/xcuserdata
|
|
Xcode/SDLTest/SDLTest.xcodeproj/project.xcworkspace
|
|
Xcode-iOS/SDL/SDL.xcodeproj/xcuserdata
|
|
Xcode-iOS/SDL/SDL.xcodeproj/project.xcworkspace
|
|
Xcode-iOS/Demos/Demos.xcodeproj/xcuserdata
|
|
Xcode-iOS/Demos/Demos.xcodeproj/project.xcworkspace
|
|
|
|
# for Visual C++
|
|
Debug
|
|
Release
|
|
*.user
|
|
*.ncb
|
|
*.suo
|
|
*.sdf
|
|
|
|
# for Android
|
|
android-project/local.properties
|
|
|
|
sdl.pc
|
|
test/autom4te*
|
|
test/config.cache
|
|
test/config.log
|
|
test/config.status
|
|
test/Makefile
|
|
test/SDL2.dll
|
|
test/checkkeys
|
|
test/loopwave
|
|
test/testatomic
|
|
test/testaudioinfo
|
|
test/testautomation
|
|
test/testdraw2
|
|
test/testerror
|
|
test/testfile
|
|
test/testgamecontroller
|
|
test/testgesture
|
|
test/testgl2
|
|
test/testgles
|
|
test/testhaptic
|
|
test/testhittesting
|
|
test/testiconv
|
|
test/testime
|
|
test/testintersections
|
|
test/testjoystick
|
|
test/testkeys
|
|
test/testloadso
|
|
test/testlock
|
|
test/testmessage
|
|
test/testmultiaudio
|
|
test/testnative
|
|
test/testoverlay2
|
|
test/testplatform
|
|
test/testpower
|
|
test/testfilesystem
|
|
test/testrelative
|
|
test/testrendercopyex
|
|
test/testrendertarget
|
|
test/testresample
|
|
test/testrumble
|
|
test/testscale
|
|
test/testsem
|
|
test/testshader
|
|
test/testshape
|
|
test/testsprite2
|
|
test/testspriteminimal
|
|
test/teststreaming
|
|
test/testthread
|
|
test/testtimer
|
|
test/testver
|
|
test/testwm2
|
|
test/torturethread
|
|
test/*.exe
|
|
test/*.dSYM
|
|
buildbot
|
|
test/buildbot
|