Searched refs:EventKey (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMparse.c129 } EventKey, *EventKeys; typedef in typeref:struct:_EventKey
235 static EventKey events[] = {
436 return ((((_Xconst EventKey *) a)->signature <
437 ((_Xconst EventKey *) b)->signature) ? -1 : 1);
448 qsort(table, count, sizeof(EventKey), OrderEvents);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1431 ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Completion,History] member in struct:ImGuiInputTextCallbackData
H A Dimgui_demo.cpp3409 if (data->EventKey == ImGuiKey_UpArrow)
3416 else if (data->EventKey == ImGuiKey_DownArrow)
H A Dimgui_widgets.cpp3529 callback_data.EventKey = event_key;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1431 ImGuiKey EventKey; // Key pressed (Up/Down/TAB) // Read-only // [Completion,History] member in struct:ImGuiInputTextCallbackData
H A Dimgui_widgets.cpp3529 callback_data.EventKey = event_key;

Completed in 51 milliseconds