glfw: zig fmt
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5c194cfc07
commit
d2d5bdc892
2 changed files with 5 additions and 5 deletions
|
|
@ -1357,9 +1357,9 @@ pub inline fn getUserPointer(self: Window, comptime T: type) ?*T {
|
|||
///
|
||||
/// @callback_param `window` the window that moved.
|
||||
/// @callback_param `xpos` the new x-coordinate, in screen coordinates, of the upper-left corner of
|
||||
/// the content area of the window.
|
||||
/// the content area of the window.
|
||||
/// @callback_param `ypos` the new y-coordinate, in screen coordinates, of the upper-left corner of
|
||||
/// the content area of the window.
|
||||
/// the content area of the window.
|
||||
///
|
||||
/// wayland: This callback will never be called, as there is no way for an application to know its
|
||||
/// global position.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue