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