External Publication
Visit Post

jME 3.10.0-beta1

jMonkeyEngine Hub June 9, 2026
Source
If it helps, this is how I solved it: Vlog 03: Integrating Dear ImGui (1.92.0+) with latest jME3: Initial Findings, Traps, and Architecture Choices General Discussion > package com.jme3.imgui; import com.jme3.input.RawInputListener; import com.jme3.input.event.JoyAxisEvent; import com.jme3.input.event.JoyButtonEvent; import com.jme3.input.event.KeyInputEvent; import com.jme3.input.event.MouseButtonEvent; import com.jme3.input.event.MouseMotionEvent; import com.jme3.input.event.TouchEvent; import imgui.ImGui; import imgui.ImGuiIO; import imgui.flag.ImGuiKey; public class JmeImGuiInput implements RawInputListener { @Override public void beginInput() { …

Discussion in the ATmosphere

Loading comments...