![]() |
![]() |
![]() |
![]() |
void input_synth_click (InputSynth *self
,int x
,int y
,int button
,gboolean press
);
self |
The InputSynth |
|
x |
The x coordinate to click at (may have no effect depending on backend) |
|
y |
The y coordinate to click at (may have no effect depending on backend) |
|
button |
The button to click. The usual bindings are:
|
|
press |
Whether to press or release the button |
void input_synth_character (InputSynth *self
,char character
);
self |
The InputSynth |
|
character |
A single ASCII character to synthesize. Does not support unicode. |