Example #1
0
 public GlfwMouseCollection(GlfwInputContext ctx)
 {
     _ctx = ctx;
 }
Example #2
0
 public GlfwJoystickCollection(GlfwInputContext glfwInputContext)
 {
     _glfwInputContext = glfwInputContext;
 }
Example #3
0
 public GlfwGamepadCollection(GlfwInputContext ctx)
 {
     _ctx = ctx;
 }
Example #4
0
 public GlfwKeyboardCollection(GlfwInputContext ctx)
 {
     _ctx = ctx;
 }