Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xcb_ungrab_button(3) [centos man page]

xcb_ungrab_button(3)						   XCB Requests 					      xcb_ungrab_button(3)

NAME
xcb_ungrab_button - SYNOPSIS
#include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_ungrab_button(xcb_connection_t *conn, uint8_t button, xcb_window_t grab_window, uint16_t modifiers); REQUEST ARGUMENTS
conn The XCB connection to X11. button One of the following values: XCB_BUTTON_INDEX_ANY Any of the following (or none): XCB_BUTTON_INDEX_1 The left mouse button. XCB_BUTTON_INDEX_2 The right mouse button. XCB_BUTTON_INDEX_3 The middle mouse button. XCB_BUTTON_INDEX_4 Scroll wheel. TODO: direction? XCB_BUTTON_INDEX_5 Scroll wheel. TODO: direction? TODO: NOT YET DOCUMENTED. grab_window TODO: NOT YET DOCUMENTED. modifiers TODO: NOT YET DOCUMENTED. DESCRIPTION
RETURN VALUE
Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_ungrab_button_checked. See xcb-requests(3) for details. ERRORS
This request does never generate any errors. SEE ALSO
AUTHOR
Generated from xproto.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. XCB
2014-06-10 xcb_ungrab_button(3)

Check Out this Related Man Page

xcb_input_ungrab_device_button(3)				   XCB Requests 				 xcb_input_ungrab_device_button(3)

NAME
xcb_input_ungrab_device_button - SYNOPSIS
#include <xcb/xinput.h> Request function xcb_void_cookie_t xcb_input_ungrab_device_button(xcb_connection_t *conn, xcb_window_t grab_window, uint16_t modifiers, uint8_t modifier_device, uint8_t button, uint8_t grabbed_device); REQUEST ARGUMENTS
conn The XCB connection to X11. grab_window TODO: NOT YET DOCUMENTED. modifiers TODO: NOT YET DOCUMENTED. modifier_device TODO: NOT YET DOCUMENTED. button TODO: NOT YET DOCUMENTED. grabbed_device TODO: NOT YET DOCUMENTED. DESCRIPTION
RETURN VALUE
Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_input_ungrab_device_button_checked. See xcb-requests(3) for details. ERRORS
This request does never generate any errors. SEE ALSO
AUTHOR
Generated from xinput.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. XCB
2014-06-10 xcb_input_ungrab_device_button(3)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

wheel Mouse

Hi Everyone, Just a short question. I have SuSe linux 7.1 and need configure my logitech wheel mouse. My left and right mouse button works but not the wheel. Does anyone have any Ideas??? Thanks Peter (1 Reply)
Discussion started by: Peterh
1 Replies

2. UNIX for Dummies Questions & Answers

Mouse wheel...

Hello. I've got round to installing RedHat 7.1, and i have this slight problem. I'm not able to use my mouse wheel. Is this just not possible in RedHat or is there a way to configure my mouse so i can use my mouse wheel. Thank you. (1 Reply)
Discussion started by: Mr-Pixie
1 Replies

3. UNIX for Dummies Questions & Answers

Changing middle mouse button for pasting to right mouse button in cygwin rxvt

Hi, I'm using rxvt in Cygwin and I'm wondering how to change my mouse bindings from the middle button for pasting to the right button. The main reason why I want to do this is because my laptop doesn't have a middle mouse button. Thanks for any help! (2 Replies)
Discussion started by: sayeo
2 Replies

4. UNIX for Advanced & Expert Users

aixterm vs cterm: HELP

been trying to get the mouse scroll wheel to page the terminal for about 2 yrs now on aixterm. any ideas. the below syntax does not work in aixterm but does work in xterm. ------------------------- this does not work in aixterm but does work in xterm,, with a cat Xdefult | sed... (1 Reply)
Discussion started by: nullwhat
1 Replies

5. UNIX for Dummies Questions & Answers

How to get the mouse wheel to work without root privilege

Hi, I use a nomachine terminal to access KDE desktop(redhat linux enterprise) on a server. Is there any way to get the mouse wheel to work without root privilege ? I have a usb mouse connected to a nomachine terminal,most likely the mouse wheel problem is not the problem of nomachine, but... (1 Reply)
Discussion started by: grossgermany
1 Replies

6. Linux

Remap Mouse Buttons with Xmodmap

Hi Guys I am having an issue with remapping a mouse i have a thumb button that i want to remap to be middle click i used xev to find out that it is button 10 and and that middle click is button 6 and so i tired this but it did not work xmodmap -e "pointer = 1 2 3 4 5 6 10 7 8 9 6 " ... (2 Replies)
Discussion started by: ab52
2 Replies

7. UNIX for Advanced & Expert Users

More vs less Linux

Does more have any advantages over less? I know less has a ton of advantages over more. It can go up, you can use several vi commands, you can do page up and down, you can scroll with the mouse wheel. What other advantages does less have over more? (7 Replies)
Discussion started by: cokedude
7 Replies

8. UNIX for Dummies Questions & Answers

Sun Ray Mouse Scroll Wheel

Have a user on a Solaris 10 sunray CDE environment her mouse wheel will not scroll up or down in windows it will paste but not scroll. Other users logged into sunray have no issues with mouse wheel. Any ideas on what the fix could be? Thanks:) ---------- Post updated at 08:19 PM ----------... (0 Replies)
Discussion started by: nite2viper
0 Replies

9. Web Development

TODO: Add Javascript for Reply and New Post Autosave

TODO: Add a some javascript to: Autosave to browser localstorage when a member is creating a new post or replying to a thread (rewriting any prior text in autosave). Create a button on the editor to load the text stored in the autosave function. Difficulty: Easy. Estimated... (0 Replies)
Discussion started by: Neo
0 Replies