Top | ![]() |
![]() |
![]() |
![]() |
void
xrd_input_synth_reset_scroll (XrdInputSynth *self
);
Resets the internal state of the scrolling, so the in-flight scroll distance on the touchpad is discarded.
When calling this function, also consider xrd_input_synth_reset_press_state()
void
xrd_input_synth_reset_press_state (XrdInputSynth *self
);
Issue a button release event for every button that previously was used for a button press event, but has not been released yet.
When calling this function, also consider xrd_input_synth_reset_scroll()
.
void xrd_input_synth_move_cursor (XrdInputSynth *self
,XrdWindow *window
,graphene_matrix_t *controller_pose
,graphene_point3d_t *intersection
);
GxrActionSet * xrd_input_synth_create_action_set (XrdInputSynth *self
,GxrManifest *manifest
);
“click-event”
signalvoid user_function (XrdInputSynth *xrdinputsynth, GdkEvent *arg1, gpointer user_data)
Flags: Run Last
“move-cursor-event”
signalvoid user_function (XrdInputSynth *xrdinputsynth, GdkEvent *arg1, gpointer user_data)
Flags: Run Last