mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 14:10:27 -04:00
implement achievements, console supports copy to clipboard
This commit is contained in:
parent
f5450c0f92
commit
936bafca5a
12 changed files with 133 additions and 25 deletions
|
@ -107,3 +107,6 @@ char is_joystick_used() {
|
|||
char is_joystick_enabled() {
|
||||
return get_sdl_global_context().is_joystick_enabled()?1:0;
|
||||
}
|
||||
char copy_text_to_clipboard(const char *text) {
|
||||
return !SDL_SetClipboardText(text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue