Home
last modified time | relevance | path

Searched refs:SDL_Event (Results 76 – 100 of 3504) sorted by relevance

12345678910>>...141

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Devents.hpp77 virtual void handle_event(const SDL_Event& event) = 0;
78 virtual void handle_window_event(const SDL_Event& event) = 0;
85 virtual bool requires_event_focus(const SDL_Event * = nullptr) const { return false; } in requires_event_focus() argument
126 bool has_focus(const sdl_handler* ptr, const SDL_Event* event);
182 bool is_input(const SDL_Event& event);
H A Devents.cpp449 SDL_Event last_resize_event;
490 SDL_Event temp_event; in pump()
494 std::vector<SDL_Event> events; in pump()
530 SDL_Event& event = *ev_it; in pump()
564 SDL_Event& event = *ev_it; in pump()
579 SDL_Event touch_event; in pump()
604 SDL_Event touch_event; in pump()
770 SDL_Event event; in raise_resize_event()
852 bool is_input(const SDL_Event& event) in is_input()
864 SDL_Event events[100]; in peek_for_resize()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dcommand_executor.hpp138 void queue_command(const SDL_Event& event, int index = -1);
192 void jbutton_event(const SDL_Event& event, command_executor* executor);
193 void jhat_event(const SDL_Event& event, command_executor* executor);
194 void key_event(const SDL_Event& event, command_executor* executor);
195 void keyup_event(const SDL_Event& event, command_executor* executor);
196 void mbutton_event(const SDL_Event& event, command_executor* executor);
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/include/SDL/
H A DSDL_events.h196 typedef union SDL_Event union
212 } SDL_Event; typedef
214 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
224 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int numevents, SDL_eventaction action…
225 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event *event);
226 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event *event);
227 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event *event);
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dhubdialog.c40 static void title_view(GfxDomain *dest_surface, const SDL_Rect *area, const SDL_Event *event, void …
41 static void window_view(GfxDomain *dest_surface, const SDL_Rect *area, const SDL_Event *event, void…
42 static void buttons_view(GfxDomain *dest_surface, const SDL_Rect *area, const SDL_Event *event, voi…
43 static void parameters_view(GfxDomain *dest_surface, const SDL_Rect *area, const SDL_Event *event, …
61 static void parameters_view(GfxDomain *dest_surface, const SDL_Rect *area, const SDL_Event *event, … in parameters_view()
102 static void buttons_view(GfxDomain *dest_surface, const SDL_Rect *area, const SDL_Event *event, voi… in buttons_view()
118 void window_view(GfxDomain *dest_surface, const SDL_Rect *area, const SDL_Event *event, void *param) in window_view()
124 void title_view(GfxDomain *dest_surface, const SDL_Rect *area, const SDL_Event *event, void *param) in title_view()
154 SDL_Event e = { 0 }; in hub_view()
/dports/games/openlierox/OpenLieroX/src/client/
H A DInputEvents.cpp35 static SDL_Event sdl_event;
68 SDL_Event *GetEvent() in GetEvent()
231 typedef void (*EventHandlerFct) (SDL_Event* ev);
234 static void EvHndl_ActiveEvent(SDL_Event* ev) { in EvHndl_ActiveEvent()
259 static void EvHndl_KeyDownUp(SDL_Event* ev) { in EvHndl_KeyDownUp()
363 static void EvHndl_MouseMotion(SDL_Event* ev) in EvHndl_MouseMotion()
368 static void EvHndl_MouseButtonDown(SDL_Event* ev) { in EvHndl_MouseButtonDown()
389 static void EvHndl_Quit(SDL_Event*) { in EvHndl_Quit() argument
396 void EvHndl_SysWmEvent_MainThread(SDL_Event* ev) { in EvHndl_SysWmEvent_MainThread()
400 static void EvHndl_VideoExpose(SDL_Event*) {} in EvHndl_VideoExpose() argument
[all …]
/dports/games/ttt/ttt-2011.04/include/
H A Dttt.h81 void (*on_click)(SDL_Event *event);
97 void click_human_vs_computer(SDL_Event *event);
98 void click_human_vs_human(SDL_Event *event);
99 void click_grid_handler(SDL_Event *event);
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/widgets/
H A Dwidget_group.c63 static int group_mouse_event(struct widget *wg, SDL_Event *event) in group_mouse_event()
66 SDL_Event enter_event = { .user = { .type = SDL_USEREVENT, .code = EVENT_MOUSE_ENTER } }; in group_mouse_event()
67 SDL_Event leave_event = { .user = { .type = SDL_USEREVENT, .code = EVENT_MOUSE_LEAVE } }; in group_mouse_event()
107 static int group_keyboard_event(struct widget *wg, SDL_Event *event) in group_keyboard_event()
134 static int group_mouse_leave_event(struct widget *wg, SDL_Event *event) in group_mouse_leave_event()
177 int widget_group_handle_event(struct widget *wg, SDL_Event *event) in widget_group_handle_event()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dmenulist.h55 virtual bool handle_event(SDL_Event &event) = 0;
80 bool handle_event(SDL_Event &event) override;
96 bool handle_event(SDL_Event &event) override = 0;
106 bool handle_event(SDL_Event &event) override;
123 bool handle_event(SDL_Event &event) override;
142 bool handle_event(SDL_Event &event) override;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/test/
H A Dtestautomation_events.c28 int SDLCALL _events_sampleNullEventFilter(void *userdata, SDL_Event *event) in _events_sampleNullEventFilter()
51 SDL_Event event1; in events_pushPumpAndPollUserevent()
52 SDL_Event event2; in events_pushPumpAndPollUserevent()
86 SDL_Event event; in events_addDelEventWatch()
136 SDL_Event event; in events_addDelEventWatchWithUserdata()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/input/
H A Dsdl_controller.hpp53 void handleDirectScanCode(const SDL_Event& event);
65 void handleAxisInputSense(const SDL_Event& event);
67 bool handleAxis(const SDL_Event& event) in handleAxis()
79 bool handleHat(const SDL_Event& event) in handleHat()
132 bool handleButton(const SDL_Event& event) in handleButton()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/gui/
H A Dmouse.c33 static SDL_Event repeat_event;
43 void set_repeat_timer(const SDL_Event *event) in set_repeat_timer()
66 void mouse_released(const SDL_Event *event) in mouse_released()
77 int check_event(const SDL_Event *event, const SDL_Rect *rect, void (*action)(void*,void*,void*), vo… in check_event()
112 int check_drag_event(const SDL_Event *event, const SDL_Rect *rect, void (*action)(int,int,void*), v… in check_drag_event()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/test/
H A Dtestautomation_events.c28 int _events_sampleNullEventFilter(void *userdata, SDL_Event *event) in _events_sampleNullEventFilter()
51 SDL_Event event1; in events_pushPumpAndPollUserevent()
52 SDL_Event event2; in events_pushPumpAndPollUserevent()
86 SDL_Event event; in events_addDelEventWatch()
136 SDL_Event event; in events_addDelEventWatchWithUserdata()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/test/
H A Dtestautomation_events.c28 int _events_sampleNullEventFilter(void *userdata, SDL_Event *event) in _events_sampleNullEventFilter()
51 SDL_Event event1; in events_pushPumpAndPollUserevent()
52 SDL_Event event2; in events_pushPumpAndPollUserevent()
86 SDL_Event event; in events_addDelEventWatch()
136 SDL_Event event; in events_addDelEventWatchWithUserdata()
/dports/games/alienblaster/alienblaster/src/
H A Dinput.cc61 const bool pressed(const SDL_Event& event) { in pressed()
67 void debugEvent(const SDL_Event& event, const SDLKey code) { in debugEvent()
77 const SDLKey translateEvent(const SDL_Event& event) { in translateEvent()
91 const SDLKey Input::translate(const SDL_Event& event) { in translate()
107 const bool Input::isPressed(const SDL_Event& event) { in isPressed()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2/test/
H A Dtestautomation_events.c28 int SDLCALL _events_sampleNullEventFilter(void *userdata, SDL_Event *event) in _events_sampleNullEventFilter()
51 SDL_Event event1; in events_pushPumpAndPollUserevent()
52 SDL_Event event2; in events_pushPumpAndPollUserevent()
86 SDL_Event event; in events_addDelEventWatch()
136 SDL_Event event; in events_addDelEventWatchWithUserdata()
/dports/x11/controllermap/SDL2-2.0.18/test/
H A Dtestautomation_events.c28 int SDLCALL _events_sampleNullEventFilter(void *userdata, SDL_Event *event) in _events_sampleNullEventFilter()
51 SDL_Event event1; in events_pushPumpAndPollUserevent()
52 SDL_Event event2; in events_pushPumpAndPollUserevent()
86 SDL_Event event; in events_addDelEventWatch()
136 SDL_Event event; in events_addDelEventWatchWithUserdata()
/dports/devel/sdl20/SDL2-2.0.18/test/
H A Dtestautomation_events.c28 int SDLCALL _events_sampleNullEventFilter(void *userdata, SDL_Event *event) in _events_sampleNullEventFilter()
51 SDL_Event event1; in events_pushPumpAndPollUserevent()
52 SDL_Event event2; in events_pushPumpAndPollUserevent()
86 SDL_Event event; in events_addDelEventWatch()
136 SDL_Event event; in events_addDelEventWatchWithUserdata()
/dports/devel/sdl20/SDL2-2.0.18/include/
H A DSDL_events.h596 typedef union SDL_Event union
642 } SDL_Event; typedef
645 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));
720 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
852 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
874 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
900 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
935 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
949 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
/dports/audio/fasttracker2/ft2-clone-1.49/vs2019_project/ft2-clone/sdl/include/SDL2/
H A DSDL_events.h591 typedef union SDL_Event union
637 } SDL_Event; typedef
640 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));
711 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
833 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
853 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
877 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
910 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
924 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
/dports/audio/fasttracker2/ft2-clone-1.49/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_events.h591 typedef union SDL_Event union
637 } SDL_Event; typedef
640 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));
711 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
833 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
853 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
877 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
910 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
924 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
/dports/games/vkquake/vkQuake-1.12.2/Windows/SDL2/include/
H A DSDL_events.h596 typedef union SDL_Event union
642 } SDL_Event; typedef
645 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));
720 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
852 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
874 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
900 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
935 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
949 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
/dports/x11/controllermap/SDL2-2.0.18/include/
H A DSDL_events.h596 typedef union SDL_Event union
642 } SDL_Event; typedef
645 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));
720 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
852 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
874 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
900 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
935 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
949 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
/dports/audio/protracker/pt2-clone-1.37/vs2019_project/pt2-clone/sdl/include/SDL2/
H A DSDL_events.h591 typedef union SDL_Event
637 } SDL_Event;
640 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));
711 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
833 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
853 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
877 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
910 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
924 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
/dports/audio/protracker/pt2-clone-1.37/release/macos/pt2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_events.h591 typedef union SDL_Event union
637 } SDL_Event; typedef
640 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));
711 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
833 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
853 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
877 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
910 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
924 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);

12345678910>>...141