enum ImGui::ImGuiMouseSource
 
  Overview
Defined in:
types.crEnum Members
- 
        Mouse = 0
- 
        Input is coming from an actual mouse. 
- 
        TouchScreen = 1
- 
        Input is coming from a touch screen (no hovering prior to initial press, less precise initial press aiming, dual-axis wheeling possible). 
- 
        Pen = 2
- 
        Input is coming from a pressure/magnetic pen (often used in conjunction with high-sampling rates).