root/trunk/luigi/examples/example1_sdl.brf

Revision 46, 0.5 kB (checked in by baxissimo, 2 years ago)

Added top level add_blah_callback calls in gui.d to hook the system-level input routines. May rethink this a bit still. That may be wanted in some cases (reshape, or recording all mouse motion for example) , but probably more useful would be routines that get called as a _fallback_ when no gui widget intercepts the event.

Fixed disconnect in signalobj.d

Added disconnect routines to adapter.d

Fixed dxut to work without Derelict.

Line 
1 # Change the -I paths below to point to the directories in
2 # which the files reside on your system.
3 # Then compile by using
4 #   'bud @example1_gld'
5 # Note I use a custom verison of bud that supports environment
6 # variables.  Current bud version 3.04 does not have this feature.
7 -release
8 -full
9 -cleanup
10 -version=useDerelict
11 -I$(DMDDIR)\baxissimo
12 -I$(DMDDIR)\dmd\import
13 -I$(DMDDIR)\dmd\import\derelict\DerelictGL
14 -I$(DMDDIR)\dmd\import\derelict\DerelictUtil
15 -I$(DMDDIR)\dmd\import\derelict\DerelictSDL
16 example1_sdl.d
Note: See TracBrowser for help on using the browser.