| Did you know ... | Search Documentation: |
| Pack sdlpl -- prolog/sdl.pl |
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
Event is a dict whose tag is the event type and which always contains
the keys type and timestamp. Additional type-specific keys are
present depending on the tag:
quit -- no extra keysmousemotion -- windowID, which, state, x, y, xrel, yrelmousebutton -- windowID, which, button, state, clicks, x, ykeyboard -- windowID, state, repeat, keysym
Only the event types handled by the binding are produced.
%
@see https://wiki.libsdl.org/SDL3/SDL_PollEventThe following predicates are exported, but not or incorrectly documented.