Functions
Ecore Input Method Context Evas Helper Functions

Helper functions to make it easy to use Evas with Ecore_IMF. More...

Functions

EAPI void ecore_imf_evas_event_mouse_in_wrap (Evas_Event_Mouse_In *evas_event, Ecore_IMF_Event_Mouse_In *imf_event)
 Converts a "mouse_in" event from Evas to the corresponding event of Ecore_IMF. More...
 
EAPI void ecore_imf_evas_event_mouse_out_wrap (Evas_Event_Mouse_Out *evas_event, Ecore_IMF_Event_Mouse_Out *imf_event)
 Converts a "mouse_out" event from Evas to the corresponding event of Ecore_IMF. More...
 
EAPI void ecore_imf_evas_event_mouse_move_wrap (Evas_Event_Mouse_Move *evas_event, Ecore_IMF_Event_Mouse_Move *imf_event)
 Converts a "mouse_move" event from Evas to the corresponding event of Ecore_IMF. More...
 
EAPI void ecore_imf_evas_event_mouse_down_wrap (Evas_Event_Mouse_Down *evas_event, Ecore_IMF_Event_Mouse_Down *imf_event)
 Converts a "mouse_down" event from Evas to the corresponding event of Ecore_IMF. More...
 
EAPI void ecore_imf_evas_event_mouse_up_wrap (Evas_Event_Mouse_Up *evas_event, Ecore_IMF_Event_Mouse_Up *imf_event)
 Converts a "mouse_up" event from Evas to the corresponding event of Ecore_IMF. More...
 
EAPI void ecore_imf_evas_event_mouse_wheel_wrap (Evas_Event_Mouse_Wheel *evas_event, Ecore_IMF_Event_Mouse_Wheel *imf_event)
 Converts a "mouse_wheel" event from Evas to the corresponding event of Ecore_IMF. More...
 
EAPI void ecore_imf_evas_event_key_down_wrap (Evas_Event_Key_Down *evas_event, Ecore_IMF_Event_Key_Down *imf_event)
 Converts a "key_down" event from Evas to the corresponding event of Ecore_IMF. More...
 
EAPI void ecore_imf_evas_event_key_up_wrap (Evas_Event_Key_Up *evas_event, Ecore_IMF_Event_Key_Up *imf_event)
 Converts a "key_up" event from Evas to the corresponding event of Ecore_IMF. More...
 

Detailed Description

Helper functions to make it easy to use Evas with Ecore_IMF.

Converts each event from Evas to the corresponding event of Ecore_IMF.

An example of usage of these functions can be found at:

Function Documentation

◆ ecore_imf_evas_event_mouse_in_wrap()

EAPI void ecore_imf_evas_event_mouse_in_wrap ( Evas_Event_Mouse_In evas_event,
Ecore_IMF_Event_Mouse_In imf_event 
)

Converts a "mouse_in" event from Evas to the corresponding event of Ecore_IMF.

Parameters
evas_eventThe received Evas event.
imf_eventThe location to store the converted Ecore_IMF event.

References _Evas_Event_Mouse_In::buttons, _Evas_Event_Mouse_In::canvas, _Ecore_IMF_Event_Mouse_In::locks, _Evas_Event_Mouse_In::modifiers, _Ecore_IMF_Event_Mouse_In::modifiers, _Evas_Event_Mouse_In::output, _Ecore_IMF_Event_Mouse_In::timestamp, _Evas_Coord_Point::x, _Evas_Point::x, _Evas_Coord_Point::y, and _Evas_Point::y.

◆ ecore_imf_evas_event_mouse_out_wrap()

EAPI void ecore_imf_evas_event_mouse_out_wrap ( Evas_Event_Mouse_Out evas_event,
Ecore_IMF_Event_Mouse_Out imf_event 
)

Converts a "mouse_out" event from Evas to the corresponding event of Ecore_IMF.

Parameters
evas_eventThe received Evas event.
imf_eventThe location to store the converted Ecore_IMF event.

References _Evas_Event_Mouse_Out::buttons, _Evas_Event_Mouse_Out::canvas, _Ecore_IMF_Event_Mouse_Out::locks, _Evas_Event_Mouse_Out::modifiers, _Ecore_IMF_Event_Mouse_Out::modifiers, _Evas_Event_Mouse_Out::output, _Ecore_IMF_Event_Mouse_Out::timestamp, _Evas_Coord_Point::x, _Evas_Point::x, _Evas_Coord_Point::y, and _Evas_Point::y.

◆ ecore_imf_evas_event_mouse_move_wrap()

EAPI void ecore_imf_evas_event_mouse_move_wrap ( Evas_Event_Mouse_Move evas_event,
Ecore_IMF_Event_Mouse_Move imf_event 
)

Converts a "mouse_move" event from Evas to the corresponding event of Ecore_IMF.

Parameters
evas_eventThe received Evas event.
imf_eventThe location to store the converted Ecore_IMF event.

References _Evas_Event_Mouse_Move::buttons, _Evas_Position::canvas, _Evas_Event_Mouse_Move::cur, _Ecore_IMF_Event_Mouse_Move::locks, _Evas_Event_Mouse_Move::modifiers, _Ecore_IMF_Event_Mouse_Move::modifiers, _Evas_Position::output, _Evas_Event_Mouse_Move::prev, _Ecore_IMF_Event_Mouse_Move::timestamp, _Evas_Coord_Point::x, _Evas_Point::x, _Evas_Coord_Point::y, and _Evas_Point::y.

◆ ecore_imf_evas_event_mouse_down_wrap()

EAPI void ecore_imf_evas_event_mouse_down_wrap ( Evas_Event_Mouse_Down evas_event,
Ecore_IMF_Event_Mouse_Down imf_event 
)

◆ ecore_imf_evas_event_mouse_up_wrap()

EAPI void ecore_imf_evas_event_mouse_up_wrap ( Evas_Event_Mouse_Up evas_event,
Ecore_IMF_Event_Mouse_Up imf_event 
)

◆ ecore_imf_evas_event_mouse_wheel_wrap()

EAPI void ecore_imf_evas_event_mouse_wheel_wrap ( Evas_Event_Mouse_Wheel evas_event,
Ecore_IMF_Event_Mouse_Wheel imf_event 
)

Converts a "mouse_wheel" event from Evas to the corresponding event of Ecore_IMF.

Parameters
evas_eventThe received Evas event.
imf_eventThe location to store the converted Ecore_IMF event.

References _Evas_Event_Mouse_Wheel::canvas, _Evas_Event_Mouse_Wheel::direction, _Ecore_IMF_Event_Mouse_Wheel::locks, _Evas_Event_Mouse_Wheel::modifiers, _Ecore_IMF_Event_Mouse_Wheel::modifiers, _Evas_Event_Mouse_Wheel::output, _Ecore_IMF_Event_Mouse_Wheel::timestamp, _Evas_Coord_Point::x, _Evas_Point::x, _Evas_Coord_Point::y, _Evas_Point::y, and _Evas_Event_Mouse_Wheel::z.

◆ ecore_imf_evas_event_key_down_wrap()

EAPI void ecore_imf_evas_event_key_down_wrap ( Evas_Event_Key_Down evas_event,
Ecore_IMF_Event_Key_Down imf_event 
)

◆ ecore_imf_evas_event_key_up_wrap()

EAPI void ecore_imf_evas_event_key_up_wrap ( Evas_Event_Key_Up evas_event,
Ecore_IMF_Event_Key_Up imf_event 
)