FreeRDP
|
#include <cassert>
#include "sdl_utils.hpp"
#include "sdl_freerdp.hpp"
#include <SDL3/SDL.h>
#include <freerdp/version.h>
Macros | |
#define | STR(x) #x |
#define | EV_CASE_STR(x) |
Functions | |
const char * | sdl_event_type_str (Uint32 type) |
const char * | sdl_error_string (Uint32 res) |
BOOL | sdl_log_error_ex (Uint32 res, wLog *log, const char *what, const char *file, size_t line, const char *fkt) |
BOOL | sdl_push_user_event (Uint32 type,...) |
bool | sdl_push_quit () |
std::string | sdl_window_event_str (Uint32 ev) |
#define EV_CASE_STR | ( | x | ) |
FreeRDP: A Remote Desktop Protocol Implementation SDL Client
Copyright 2022 Armin Novak armin .nov ak@th inca st.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
const char* sdl_error_string | ( | Uint32 | res | ) |
const char* sdl_event_type_str | ( | Uint32 | type | ) |
FreeRDP: A Remote Desktop Protocol Implementation SDL Client
Copyright 2022 Armin Novak armin .nov ak@th inca st.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
BOOL sdl_log_error_ex | ( | Uint32 | res, |
wLog * | log, | ||
const char * | what, | ||
const char * | file, | ||
size_t | line, | ||
const char * | fkt | ||
) |
bool sdl_push_quit | ( | ) |
BOOL sdl_push_user_event | ( | Uint32 | type, |
... | |||
) |
std::string sdl_window_event_str | ( | Uint32 | ev | ) |