mirror of
https://github.com/glfw/glfw.git
synced 2025-04-14 01:00:38 +00:00
Rename wl_pointer to pointer
This commit is contained in:
parent
5b65b9b860
commit
9dc18a62a6
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ static void pointerHandleMotion(void* data,
|
|||
}
|
||||
|
||||
static void pointerHandleButton(void* data,
|
||||
struct wl_pointer* wl_pointer,
|
||||
struct wl_pointer* pointer,
|
||||
uint32_t serial,
|
||||
uint32_t time,
|
||||
uint32_t button,
|
||||
|
@ -135,7 +135,7 @@ static void pointerHandleButton(void* data,
|
|||
}
|
||||
|
||||
static void pointerHandleAxis(void* data,
|
||||
struct wl_pointer* wl_pointer,
|
||||
struct wl_pointer* pointer,
|
||||
uint32_t time,
|
||||
uint32_t axis,
|
||||
wl_fixed_t value)
|
||||
|
|
Loading…
Add table
Reference in a new issue