Home
last modified time | relevance | path

Searched defs:event_alt (Results 1 – 5 of 5) sorted by relevance

/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl.H257 static int event_alt() {return e_state&FL_ALT;} in event_alt() function
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl.H914 static int event_alt() {return e_state&FL_ALT;} in event_alt() function
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl.H911 static int event_alt() {return e_state&FL_ALT;} in event_alt() function
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl.H1145 static int event_alt() {return e_state&FL_ALT;} in event_alt() function
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py3061 def event_alt(*args): member in Fl
3065 event_alt = staticmethod(event_alt) variable in Fl