libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
MobileImpl.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <string>
5
6#include <imgui.h>
7
8namespace Ship {
9
10class Mobile {
11 public:
12 static void ImGuiProcessEvent(bool wantsTextInput);
13};
14}; // namespace Ship
Definition MobileImpl.h:10
static void ImGuiProcessEvent(bool wantsTextInput)
Core namespace for the libultraship engine framework.
Definition gfx_direct3d_common.h:14