igIsMouseDown() private méthode

private igIsMouseDown ( int button ) : bool
button int
Résultat bool
Exemple #1
0
 public static bool IsMouseDown(int button)
 {
     return(ImGuiNative.igIsMouseDown(button));
 }
Exemple #2
0
 public static bool IsMouseDown(int button)
 => ImGuiNative.igIsMouseDown(button);