set_motion_events_enabled
Description:
[
Deprecated ( since =
"1.8" ) ]
public void set_motion_events_enabled (
bool enable)
Warning: set_motion_events_enabled is deprecated.
Sets whether per-actor motion events should be enabled or not on all Stages managed
by Clutter.
If enable is false the following events will not work:
- ClutterActor::motion-event, unless on the Stage
- ClutterActor::enter-event
- ClutterActor::leave-event
Parameters:
| enable |
true to enable per-actor motion events |