des ~master (2021-12-19T09:15:35.5306905)
Dub
Repo
TextEventProcessor
des
app
evproc
class
TextEventProcessor :
BaseSDLEventProcessor
{
mixin
DES
;
Signal
!(
dstring
)
input
;
Signal
!(
dstring
,
int
,
int
)
edit
;
bool
procSDLEvent
(SDL_Event ev);
}
Members
Functions
procSDLEvent
bool
procSDLEvent
(SDL_Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
DES
Undocumented in source.
Variables
edit
Signal
!(
dstring
,
int
,
int
)
edit
;
input
Signal
!(
dstring
)
input
;
Inherited Members
From BaseSDLEventProcessor
__anonymous
mixin
DES
Undocumented in source.
Meta
Source
See Implementation
des
app
evproc
classes
BaseSDLEventProcessor
KeyboardEventProcessor
MouseEventProcessor
TextEventProcessor
WindowEventProcessor
interfaces
SDLEventProcessor