Home
last modified time | relevance | path

Searched refs:PhEvent_t (Results 1 – 8 of 8) sorted by relevance

/dports/devel/sdl12/SDL-1.2.15/src/video/photon/
H A DSDL_ph_events_c.h31 #define EVENT_SIZE (sizeof(PhEvent_t) + 1000 + PH_EVENT_SAFETY_POOL)
H A DSDL_ph_video.h124 PhEvent_t* event;
H A DSDL_ph_events.c51 static int ph_WarpedMotion(_THIS, PhEvent_t *winEvent) in ph_WarpedMotion()
/dports/devel/allegro/allegro-4.4.3.1/src/qnx/
H A Dqsystem.c101 #define EVENT_SIZE (sizeof(PhEvent_t) + 1000)
103 static PhEvent_t *ph_event = NULL;
363 ph_event = (PhEvent_t *)_AL_MALLOC(EVENT_SIZE); in qnx_sys_init()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/qnxnto/
H A Dkeyboard.c51 extern int (*p_PhInputGroup)(PhEvent_t const*);
H A Dvio.c323 int (*p_PhInputGroup)(PhEvent_t const*);
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui.h470 PhEvent_t *event_buffer;
H A Dgui_photon.c26 # define PhEvent_t int macro
39 #define EVENT_BUFFER_SIZE sizeof(PhEvent_t) + 1000