public static extern void glfwSetInputMode(Window *window, StickyAttributes mode, int value);
/// <inheritdoc /> public abstract unsafe void SetInputMode(Window *window, StickyAttributes mode, bool value);
public static extern int glfwGetInputMode(Window *window, StickyAttributes mode);
/// <inheritdoc /> public abstract unsafe bool GetInputMode(Window *window, StickyAttributes mode);