wayland-client
Description:
Content:
Namespaces:
- Wl
Classes:
Structs:
Enums:
Constants:
Delegates:
- public delegate void BufferListenerRelease (void* data, Buffer wl_buffer)
- public delegate void CallbackListenerDone (void* data, Callback wl_callback, uint32 callback_data)
- public delegate void DataDeviceListenerDataOffer (void* data, DataDevice wl_data_device, DataOffer id)
- public delegate void DataDeviceListenerDrop (void* data, DataDevice wl_data_device)
- public delegate void DataDeviceListenerEnter (void* data, DataDevice wl_data_device, uint32 serial, Surface surface, fixed_t x, fixed_t y, DataOffer id)
- public delegate void DataDeviceListenerLeave (void* data, DataDevice wl_data_device)
- public delegate void DataDeviceListenerMotion (void* data, DataDevice wl_data_device, uint32 time, fixed_t x, fixed_t y)
- public delegate void DataDeviceListenerSelection (void* data, DataDevice wl_data_device, DataOffer id)
- public delegate void DataOfferListenerAction (void* data, DataOffer wl_data_offer, uint32 dnd_action)
- public delegate void DataOfferListenerOffer (void* data, DataOffer wl_data_offer, string mime_type)
- public delegate void DataOfferListenerSourceActions (void* data, DataOffer wl_data_offer, uint32 source_actions)
- public delegate void DataSourceListenerAction (void* data, DataSource wl_data_source, uint32 dnd_action)
- public delegate void DataSourceListenerCancelled (void* data, DataSource wl_data_source)
- public delegate void DataSourceListenerDndDropPerformed (void* data, DataSource wl_data_source)
- public delegate void DataSourceListenerDndFinished (void* data, DataSource wl_data_source)
- public delegate void DataSourceListenerSend (void* data, DataSource wl_data_source, string mime_type, int32 fd)
- public delegate void DataSourceListenerTarget (void* data, DataSource wl_data_source, string mime_type)
- public delegate void DisplayListenerDeleteID (void* data, Display wl_display, uint32 id)
- public delegate void DisplayListenerError (void* data, Display wl_display, void* object_id, uint32 code, string message)
- public delegate void KeyboardListenerEnter (void* data, Keyboard wl_keyboard, uint32 serial, Surface surface, Array keys)
- public delegate void KeyboardListenerKey (void* data, Keyboard wl_keyboard, uint32 serial, uint32 time, uint32 key, uint32 state)
- public delegate void KeyboardListenerKeymap (void* data, Keyboard wl_keyboard, uint32 format, int32 fd, uint32 size)
- public delegate void KeyboardListenerLeave (void* data, Keyboard wl_keyboard, uint32 serial, Surface surface)
- public delegate void KeyboardListenerModifiers (void* data, Keyboard wl_keyboard, uint32 serial, uint32 mods_depressed, uint32 mods_latched, uint32 mods_locked, uint32 group)
- public delegate void KeyboardListenerRepeatInfo (void* data, Keyboard wl_keyboard, int32 rate, int32 delay)
- public delegate void OutputListenerDescription (void* data, Output wl_output, string description)
- public delegate void OutputListenerDone (void* data, Output wl_output)
- public delegate void OutputListenerGeometry (void* data, Output wl_output, int32 x, int32 y, int32 physical_width, int32 physical_height, int32 subpixel, string make, string model, int32 transform)
- public delegate void OutputListenerMode (void* data, Output wl_output, uint32 flags, int32 width, int32 height, int32 refresh)
- public delegate void OutputListenerName (void* data, Output wl_output, string name)
- public delegate void OutputListenerScale (void* data, Output wl_output, int32 factor)
- public delegate void PointerListenerAxis (void* data, Pointer wl_pointer, uint32 time, uint32 axis, fixed_t value)
- public delegate void PointerListenerAxisDiscrete (void* data, Pointer wl_pointer, uint32 axis, int32 discrete)
- public delegate void PointerListenerAxisSource (void* data, Pointer wl_pointer, uint32 axis_source)
- public delegate void PointerListenerAxisStop (void* data, Pointer wl_pointer, uint32 time, uint32 axis)
- public delegate void PointerListenerButton (void* data, Pointer wl_pointer, uint32 serial, uint32 time, uint32 button, uint32 state)
- public delegate void PointerListenerEnter (void* data, Pointer wl_pointer, uint32 serial, Surface surface, fixed_t surface_x, fixed_t surface_y)
- public delegate void PointerListenerFrame (void* data, Pointer wl_pointer)
- public delegate void PointerListenerLeave (void* data, Pointer wl_pointer, uint32 serial, Surface surface)
- public delegate void PointerListenerMotion (void* data, Pointer wl_pointer, uint32 time, fixed_t surface_x, fixed_t surface_y)
- public delegate void RegistryListenerGlobal (void* data, Registry wl_registry, uint32 name, string @interface, uint32 version)
- public delegate void RegistryListenerGlobalRemove (void* data, Registry wl_registry, uint32 name)
- public delegate void SeatListenerCapabilities (void* data, Seat wl_seat, uint32 capabilities)
- public delegate void SeatListenerName (void* data, Seat wl_seat, string name)
- public delegate void ShellSurfaceListenerConfigure (void* data, ShellSurface wl_shell_surface, uint32 edges, int32 width, int32 height)
- public delegate void ShellSurfaceListenerPing (void* data, ShellSurface wl_shell_surface, uint32 serial)
- public delegate void ShellSurfaceListenerPopupDone (void* data, ShellSurface wl_shell_surface)
- public delegate void ShmListenerFormat (void* data, Shm wl_shm, uint32 format)
- public delegate void SurfaceListenerEnter (void* data, Surface wl_surface, Output output)
- public delegate void SurfaceListenerLeave (void* data, Surface wl_surface, Output output)
- public delegate void TouchListenerCancel (void* data, Touch wl_touch)
- public delegate void TouchListenerDown (void* data, Touch wl_touch, uint32 serial, uint32 time, Surface surface, int32 id, fixed_t x, fixed_t y)
- public delegate void TouchListenerFrame (void* data, Touch wl_touch)
- public delegate void TouchListenerMotion (void* data, Touch wl_touch, uint32 time, int32 id, fixed_t x, fixed_t y)
- public delegate void TouchListenerOrientation (void* data, Touch wl_touch, int32 id, fixed_t orientation)
- public delegate void TouchListenerShape (void* data, Touch wl_touch, int32 id, fixed_t major, fixed_t minor)
- public delegate void TouchListenerUp (void* data, Touch wl_touch, uint32 serial, uint32 time, int32 id)