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
3struct SDL_Window;
4
5namespace Ship {
6
7class Mobile {
8 public:
9 static void ImGuiProcessEvent(SDL_Window* window, bool wantsTextInput);
10};
11}; // namespace Ship
Definition MobileImpl.h:7
static void ImGuiProcessEvent(SDL_Window *window, bool wantsTextInput)
Core namespace for the libultraship engine framework.
Definition gfx_direct3d_common.h:14