properly save external resources, fixes #1924
added API to get scancode names to OS
This commit is contained in:
parent
0faaa729e7
commit
e72717e373
5 changed files with 84 additions and 34 deletions
|
|
@ -178,6 +178,11 @@ public:
|
|||
|
||||
String get_unique_ID() const;
|
||||
|
||||
String get_scancode_string(uint32_t p_code) const;
|
||||
bool is_scancode_unicode(uint32_t p_unicode) const;
|
||||
int find_scancode_from_string(const String& p_code) const;
|
||||
|
||||
|
||||
/*
|
||||
struct Date {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue