glfw3.wl_platform

Translated from C to D

Public Imports

xkbcommon.xkbcommon_compose
public import xkbcommon.xkbcommon_compose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
core.sys.posix.dlfcn
public import core.sys.posix.dlfcn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfw3.posix_thread
public import glfw3.posix_thread;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfw3.posix_time
public import glfw3.posix_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfw3.linux_joystick
public import glfw3.linux_joystick;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfw3.null_joystick
public import glfw3.null_joystick;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfw3.xkb_unicode
public import glfw3.xkb_unicode;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfw3.egl_context
public import glfw3.egl_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfw3.osmesa_context
public import glfw3.osmesa_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfw3.wayland
public import glfw3.wayland;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Aliases

PFN_vkCreateWaylandSurfaceKHR
alias PFN_vkCreateWaylandSurfaceKHR = VkResult function(VkInstance, const(VkWaylandSurfaceCreateInfoKHR)*, const(VkAllocationCallbacks)*, VkSurfaceKHR*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR
alias PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR = VkBool32 function(VkPhysicalDevice, uint, wl_display*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_wl_cursor_image_get_buffer
alias PFN_wl_cursor_image_get_buffer = wl_buffer* function(wl_cursor_image*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_wl_cursor_theme_destroy
alias PFN_wl_cursor_theme_destroy = void function(wl_cursor_theme*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_wl_cursor_theme_get_cursor
alias PFN_wl_cursor_theme_get_cursor = wl_cursor* function(wl_cursor_theme*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_wl_cursor_theme_load
alias PFN_wl_cursor_theme_load = wl_cursor_theme* function(const(char)*, int, wl_shm*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_wl_egl_window_create
alias PFN_wl_egl_window_create = wl_egl_window* function(wl_surface*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_wl_egl_window_destroy
alias PFN_wl_egl_window_destroy = void function(wl_egl_window*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_wl_egl_window_resize
alias PFN_wl_egl_window_resize = void function(wl_egl_window*, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_compose_state_feed
alias PFN_xkb_compose_state_feed = xkb_compose_feed_result function(xkb_compose_state*, xkb_keysym_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_compose_state_get_one_sym
alias PFN_xkb_compose_state_get_one_sym = xkb_keysym_t function(xkb_compose_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_compose_state_get_status
alias PFN_xkb_compose_state_get_status = xkb_compose_status function(xkb_compose_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_compose_state_new
alias PFN_xkb_compose_state_new = xkb_compose_state* function(xkb_compose_table*, xkb_compose_state_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_compose_state_unref
alias PFN_xkb_compose_state_unref = void function(xkb_compose_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_compose_table_new_from_locale
alias PFN_xkb_compose_table_new_from_locale = xkb_compose_table* function(xkb_context*, const(char)*, xkb_compose_compile_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_compose_table_unref
alias PFN_xkb_compose_table_unref = void function(xkb_compose_table*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_context_new
alias PFN_xkb_context_new = xkb_context* function(xkb_context_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_context_unref
alias PFN_xkb_context_unref = void function(xkb_context*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_keymap_key_repeats
alias PFN_xkb_keymap_key_repeats = int function(xkb_keymap*, xkb_keycode_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_keymap_mod_get_index
alias PFN_xkb_keymap_mod_get_index = xkb_mod_index_t function(xkb_keymap*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_keymap_new_from_string
alias PFN_xkb_keymap_new_from_string = xkb_keymap* function(xkb_context*, const(char)*, xkb_keymap_format, xkb_keymap_compile_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_keymap_unref
alias PFN_xkb_keymap_unref = void function(xkb_keymap*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_state_key_get_syms
alias PFN_xkb_state_key_get_syms = int function(xkb_state*, xkb_keycode_t, const(xkb_keysym_t)**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_state_new
alias PFN_xkb_state_new = xkb_state* function(xkb_keymap*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_state_serialize_mods
alias PFN_xkb_state_serialize_mods = xkb_mod_mask_t function(xkb_state*, xkb_state_component)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_state_unref
alias PFN_xkb_state_unref = void function(xkb_state*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFN_xkb_state_update_mask
alias PFN_xkb_state_update_mask = xkb_state_component function(xkb_state*, xkb_mod_mask_t, xkb_mod_mask_t, xkb_mod_mask_t, xkb_layout_index_t, xkb_layout_index_t, xkb_layout_index_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
VkWaylandSurfaceCreateFlagsKHR
alias VkWaylandSurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bottomDecoration
alias bottomDecoration = _GLFWdecorationSideWayland.bottomDecoration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
leftDecoration
alias leftDecoration = _GLFWdecorationSideWayland.leftDecoration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mainWindow
alias mainWindow = _GLFWdecorationSideWayland.mainWindow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rightDecoration
alias rightDecoration = _GLFWdecorationSideWayland.rightDecoration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
topDecoration
alias topDecoration = _GLFWdecorationSideWayland.topDecoration
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_GLFWdecorationSideWayland
enum _GLFWdecorationSideWayland
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixin templates

_GLFW_PLATFORM_CONTEXT_STATE
mixintemplate _GLFW_PLATFORM_CONTEXT_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_CURSOR_STATE
mixintemplate _GLFW_PLATFORM_CURSOR_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_LIBRARY_CONTEXT_STATE
mixintemplate _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_LIBRARY_WINDOW_STATE
mixintemplate _GLFW_PLATFORM_LIBRARY_WINDOW_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_MONITOR_STATE
mixintemplate _GLFW_PLATFORM_MONITOR_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_PLATFORM_WINDOW_STATE
mixintemplate _GLFW_PLATFORM_WINDOW_STATE()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

_glfwAddOutputWayland
void _glfwAddOutputWayland(uint name, uint version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_glfw_dlclose
auto _glfw_dlclose(void* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfw_dlopen
auto _glfw_dlopen(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfw_dlsym
auto _glfw_dlsym(void* handle, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_GLFW_DECORATION_HORIZONTAL
enum _GLFW_DECORATION_HORIZONTAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_DECORATION_TOP
enum _GLFW_DECORATION_TOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_DECORATION_VERTICAL
enum _GLFW_DECORATION_VERTICAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_DECORATION_WIDTH
enum _GLFW_DECORATION_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_EGL_NATIVE_DISPLAY
enum _GLFW_EGL_NATIVE_DISPLAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFW_EGL_NATIVE_WINDOW
enum _GLFW_EGL_NATIVE_WINDOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

VkWaylandSurfaceCreateInfoKHR
struct VkWaylandSurfaceCreateInfoKHR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWcursorWayland
struct _GLFWcursorWayland
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWdecorationWayland
struct _GLFWdecorationWayland
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWlibraryWayland
struct _GLFWlibraryWayland
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWmonitorWayland
struct _GLFWmonitorWayland
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GLFWwindowWayland
struct _GLFWwindowWayland
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor
struct wl_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_cursor_image
struct wl_cursor_image
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta