[Android] Fixed WindowHandle and getSystemHandle()
This commit is contained in:
parent
77567e9656
commit
4626e95491
3 changed files with 5 additions and 6 deletions
|
@ -63,7 +63,7 @@ namespace sf
|
|||
|
||||
#elif defined(SFML_SYSTEM_ANDROID)
|
||||
|
||||
// Window handle doesn't exist on Android
|
||||
// Window handle is ANativeWindow (void*) on Android
|
||||
typedef void* WindowHandle;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue