mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
expose the platform-specific window handle (currently Win only)
This commit is contained in:
@@ -329,6 +329,10 @@ impl Window {
|
||||
self.display as *mut libc::c_void
|
||||
}
|
||||
|
||||
pub fn platform_window(&self) -> *mut libc::c_void {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn get_api(&self) -> ::Api {
|
||||
::Api::OpenGlEs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user