MouseId
Description:
[ CCode ( cprefix = "RETRO_MOUSE_ID_" , type_id = "retro_mouse_id_get_type ()" ) ]
public enum MouseId
Represents the inputs for the Libretro mouse.
Content:
Enum values:
- BUTTON_4 - the fourth button of a mouse
- BUTTON_5 - the fifth button of a mouse
- HORIZ_WHEELDOWN - the horizontal down
direction of a mouse wheel
- HORIZ_WHEELUP - the horizontal up
direction of a mouse wheel
- LEFT - the left button of a mouse
- MIDDLE - the middle button of a mouse
- RIGHT - the right button of a mouse
- WHEELDOWN - the down direction of a mouse
wheel
- WHEELUP - the up direction of a mouse wheel
- X - the X axis of a mouse
- Y - the Y axis of a mouse