Exemplo n.º 1
0
 public static extern void glfwSetInputMode(Window *window, StickyAttributes mode, int value);
Exemplo n.º 2
0
 /// <inheritdoc />
 public abstract unsafe void SetInputMode(Window *window, StickyAttributes mode, bool value);
Exemplo n.º 3
0
 public static extern int glfwGetInputMode(Window *window, StickyAttributes mode);
Exemplo n.º 4
0
 /// <inheritdoc />
 public abstract unsafe bool GetInputMode(Window *window, StickyAttributes mode);