1
0
Fork 0
mutter-performance-source/clutter
Carlos Garnacho aa6561a3b1 clutter: Add ClutterInputMethod and ClutterInputFocus
ClutterInputFocus is an abstract object to be subclassed by UI actors and
the wayland interface and represents the user of an input method. It
represents the current focus of the input method, so all emitted signals
and public API hooks are expected to be called when the input method is
currently interfacing with the input focus.

ClutterInputMethod is an abstract class (to be implemented in the upper
layers) that represents the input method itself. Besides focus management
itself, all public API calls that would be called by the subclasses are
delivered through the current input focus.
2018-01-18 15:35:29 +01:00
..
build move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00
clutter clutter: Add ClutterInputMethod and ClutterInputFocus 2018-01-18 15:35:29 +01:00
examples Make libmutter and friends parallel installable 2017-02-14 11:16:45 +08:00
tests Revert "tests: Fix actor-anchors test" 2017-10-21 18:58:37 -04:00
.gitignore clutter: Remove clutter-build-config.h.in 2016-07-20 14:23:48 +08:00
configure.ac configure: require glib 2.53.2 2017-05-28 11:21:42 +10:00
Makefile.am move everything into a clutter/ directory 2016-04-12 20:04:26 +02:00