|
||
|
|||||||
| PlayUO (Krrios' Client) Support & Etc for Krrios's UO Client. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
|
I'm wondering what "key" number co-responds to mouse buttons 4 and 5. Anyone know? Is there a list I'm not able to find somewhere?
And before anyone asks, I tried the numbers immediately following mouseup, mousedown,and press. No dice ![]() Any help would be appreciated. Thanks! Last edited by FeaR-hybrid; 03-19-2008 at 10:17 PM. |
|
|
|
|
|
#5 (permalink) | |
|
Forum Novice
|
Quote:
__________________
|
|
|
|
|
|
|
#7 (permalink) | |
|
Forum Expert
|
Quote:
you can find the company that makes the mouse and they usually have a program that'll let you rebind it. gonna assume you have logitech so google it or sumthin |
|
|
|
|
|
|
#9 (permalink) | |
|
Newbie
|
Quote:
Bummer. ![]() |
|
|
|
|
|
|
#10 (permalink) |
|
Newbie
Join Date: Nov 2007
Age: 22
Posts: 63
|
sallos is down so i can't test but
XButton1 = 5 XButton2 = 6 XButton1 i think is Mouse4 but it could be Mouse5 and XButton2 i think is Mouse5 but it could be Mouse4, i really don't remember. Code:
string keyID = "6";
Keys key = (Keys)Enum.Parse(typeof(Keys), keyID);
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|