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