- _glfwPlatformGetVersionString
const(char)* _glfwPlatformGetVersionString()
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwPlatformInit
int _glfwPlatformInit()
///////////////////////////////////////////////////////////////////////
/// GLFW platform API //////
///////////////////////////////////////////////////////////////////////
- _glfwPlatformTerminate
void _glfwPlatformTerminate()
Undocumented in source. Be warned that the author may not have intended to support it.
- composeSymbol
xkb_keysym_t composeSymbol(xkb_keysym_t sym)
Undocumented in source. Be warned that the author may not have intended to support it.
- createKeyTables
void createKeyTables()
Undocumented in source. Be warned that the author may not have intended to support it.
- dataDeviceHandleDataOffer
void dataDeviceHandleDataOffer(void* data, wl_data_device* dataDevice, wl_data_offer* id)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataDeviceHandleDrop
void dataDeviceHandleDrop(void* data, wl_data_device* dataDevice)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataDeviceHandleEnter
void dataDeviceHandleEnter(void* data, wl_data_device* dataDevice, uint serial, wl_surface* surface, wl_fixed_t x, wl_fixed_t y, wl_data_offer* id)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataDeviceHandleLeave
void dataDeviceHandleLeave(void* data, wl_data_device* dataDevice)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataDeviceHandleMotion
void dataDeviceHandleMotion(void* data, wl_data_device* dataDevice, uint time, wl_fixed_t x, wl_fixed_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataDeviceHandleSelection
void dataDeviceHandleSelection(void* data, wl_data_device* dataDevice, wl_data_offer* id)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataOfferHandleOffer
void dataOfferHandleOffer(void* data, wl_data_offer* dataOffer, const(char)* mimeType)
Undocumented in source. Be warned that the author may not have intended to support it.
- findWindowFromDecorationSurface
_GLFWwindow* findWindowFromDecorationSurface(wl_surface* surface, int* which)
Undocumented in source. Be warned that the author may not have intended to support it.
- inputChar
GLFWbool inputChar(_GLFWwindow* window, uint key)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyboardHandleEnter
void keyboardHandleEnter(void* data, wl_keyboard* keyboard, uint serial, wl_surface* surface, wl_array* keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyboardHandleKey
void keyboardHandleKey(void* data, wl_keyboard* keyboard, uint serial, uint time, uint key, uint state)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyboardHandleKeymap
void keyboardHandleKeymap(void* data, wl_keyboard* keyboard, uint format, int fd, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyboardHandleLeave
void keyboardHandleLeave(void* data, wl_keyboard* keyboard, uint serial, wl_surface* surface)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyboardHandleModifiers
void keyboardHandleModifiers(void* data, wl_keyboard* keyboard, uint serial, uint modsDepressed, uint modsLatched, uint modsLocked, uint group)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyboardHandleRepeatInfo
void keyboardHandleRepeatInfo(void* data, wl_keyboard* keyboard, int rate, int delay)
Undocumented in source. Be warned that the author may not have intended to support it.
- min
int min(int n1, int n2)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerHandleAxis
void pointerHandleAxis(void* data, wl_pointer* pointer, uint time, uint axis, wl_fixed_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerHandleButton
void pointerHandleButton(void* data, wl_pointer* pointer, uint serial, uint time, uint button, uint state)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerHandleEnter
void pointerHandleEnter(void* data, wl_pointer* pointer, uint serial, wl_surface* surface, wl_fixed_t sx, wl_fixed_t sy)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerHandleLeave
void pointerHandleLeave(void* data, wl_pointer* pointer, uint serial, wl_surface* surface)
Undocumented in source. Be warned that the author may not have intended to support it.
- pointerHandleMotion
void pointerHandleMotion(void* data, wl_pointer* pointer, uint time, wl_fixed_t sx, wl_fixed_t sy)
Undocumented in source. Be warned that the author may not have intended to support it.
- registryHandleGlobal
void registryHandleGlobal(void* data, wl_registry* registry, uint name, const(char)* interface_, uint version_)
Undocumented in source. Be warned that the author may not have intended to support it.
- registryHandleGlobalRemove
void registryHandleGlobalRemove(void* data, wl_registry* registry, uint name)
Undocumented in source. Be warned that the author may not have intended to support it.
- seatHandleCapabilities
void seatHandleCapabilities(void* data, wl_seat* seat, uint caps)
Undocumented in source. Be warned that the author may not have intended to support it.
- seatHandleName
void seatHandleName(void* data, wl_seat* seat, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCursor
void setCursor(_GLFWwindow* window, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- toGLFWKeyCode
int toGLFWKeyCode(uint key)
Undocumented in source. Be warned that the author may not have intended to support it.
- wmBaseHandlePing
void wmBaseHandlePing(void* data, xdg_wm_base* wmBase, uint serial)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D