Home
last modified time | relevance | path

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

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_main.c490 static int fghGetXModifiers( int state ) in fghGetXModifiers() function
1170 fgState.Modifiers = fghGetXModifiers( event.xmotion.state ); in glutMainLoopEvent()
1224 fgState.Modifiers = fghGetXModifiers( event.xbutton.state ); in glutMainLoopEvent()
1337 fgState.Modifiers = fghGetXModifiers( event.xkey.state ); in glutMainLoopEvent()
1399 fgState.Modifiers = fghGetXModifiers( event.xkey.state ); in glutMainLoopEvent()