enet-tutorials ~master (2014-11-15T21:57:48Z)
Dub
Repo
MessageInputBehavior
clientapp
Undocumented in source.
class
MessageInputBehavior : EditBehavior {
void
delegate
()
onEnter
;
bool
keyPressed
(Widget widget, KeyPressEvent event);
}
Members
Functions
keyPressed
bool
keyPressed
(Widget widget, KeyPressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
onEnter
void
delegate
()
onEnter
;
Undocumented in source.
Meta
Source
See Implementation
clientapp
classes
ChatClientApp
MessageInputBehavior
functions
main