We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdef19 commit 3951ac9Copy full SHA for 3951ac9
.github/workflows/ci-linux.yml
@@ -33,7 +33,7 @@ jobs:
33
34
steps:
35
- name: Install dependencies
36
- run: sudo apt-get update && sudo apt-get install cmake xorg-dev libglu1-mesa-dev zlib1g-dev libxrandr-dev ninja-build libglfw3
+ run: sudo apt-get update && sudo apt-get install cmake xorg-dev libglu1-mesa-dev zlib1g-dev libxrandr-dev ninja-build libglfw3-dev
37
38
- uses: actions/checkout@v3
39
with:
src/app.cpp
@@ -993,7 +993,6 @@ void SampleViewer::draw_editor()
993
bool SampleViewer::process_event(void *e)
994
{
995
#ifdef HELLOIMGUI_USE_SDL_OPENGL3
996
- auto &io = ImGui::GetIO();
997
static bool sPinch = false;
998
SDL_Event *event = static_cast<SDL_Event *>(e);
999
switch (event->type)
0 commit comments