Home
last modified time | relevance | path

Searched refs:CharCallback (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Examples/Modelling/Tcl/
H A DSpherePuzzle.tcl111 $iren AddObserver CharEvent CharCallback
156 proc CharCallback {} { procedure
/dports/math/vtk8/VTK-8.2.0/Examples/Modelling/Python/
H A DSpherePuzzle.py115 def CharCallback(obj, event): function
156 iren.AddObserver("CharEvent", CharCallback)
/dports/math/vtk6/VTK-6.2.0/Examples/Modelling/Python/
H A DSpherePuzzle.py109 def CharCallback(obj, event): function
150 iren.AddObserver("CharEvent", CharCallback)
/dports/misc/box2d/box2d-2.4.1/testbed/
H A Dmain.cpp264 static void CharCallback(GLFWwindow* window, unsigned int c) in CharCallback() function
543 glfwSetCharCallback(g_mainWindow, CharCallback); in main()
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dglfw3.c100 TEST_GLFW_SET_II(CharCallback, window, wcharcb) in main()
/dports/devel/raylib/raylib-3.7.0/src/
H A Dcore.c535 static void CharCallback(GLFWwindow *window, unsigned int key); // GLFW3…
3761 glfwSetCharCallback(CORE.Window.handle, CharCallback); in InitGraphicsDevice()
5043 static void CharCallback(GLFWwindow *window, unsigned int key) in CharCallback() function