enum ImGui::ImGuiMouseSource

Overview

enum ImGuiMouseSource

Defined in:

types.cr

Enum 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).

Instance Method Summary

Instance Method Detail

def mouse? #

[View source]
def pen? #

[View source]
def touch_screen? #

[View source]