X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=defines.h;h=7e9b07db3724c1e0d5f9831be48c8eb18d32fc32;hb=9cf539e8c623ad62dd894a0a3442a4c1b620a0b8;hp=981ab45a1a10764a67ba226dcc3963e04e8f939e;hpb=2114472cdcc3dc98f31f44f104148baaf4058651;p=physik%2Fmorpheus.git diff --git a/defines.h b/defines.h index 981ab45..7e9b07d 100644 --- a/defines.h +++ b/defines.h @@ -18,8 +18,9 @@ #define DEFAULT_SLOPE_NEL 1 #define DEFAULT_START_NEL 0 -#define DEFAULT_A_P_RANGE 2 -#define DEFAULT_A_P_FAKTOR 1 +#define DEFAULT_A_P_RANGE 3 +#define DEFAULT_A_P_FAKTOR 0.2 +#define DEFAULT_A_P_P0 0.2 #define DEFAULT_STEPS 5000 @@ -47,6 +48,8 @@ typedef struct __display { IDirectFB *dfb; /* pointer to dfb main construct */ IDirectFBSurface *primary_surface; /* pointer to dfb primary surface */ IDirectFBFont *font; /* the font */ + IDirectFBInputDevice *keyboard; /* for keyboard input */ + IDirectFBEventBuffer *keyboard_buffer; /* event buffer */ #endif int screen_height,screen_width; /* screen dimensions */ } display;