Raydium 3D Game Engine

Official forum for everything about Raydium, ManiaDrive, MeMak, ...
It is currently Sun Apr 28, 2024 12:12 pm

All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Wed Aug 09, 2006 11:43 am 
Offline
User avatar

Joined: Thu Sep 29, 2005 2:59 pm
Posts: 828
i have bought a laptop and the cursors are not detected by raydium.
The system works well, but in raydium doesnt work, even they don't return a value.
I have tried to launch raydium_modler.c and then, in the console y put
Code:
$raydium_key_trace=1

Then the usual keys return its value but my cursors did return nothing at all.
At most i have get the keycodes of the cursors when they are disable, so when they are really keys of the numeric pad and not cursors.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 09, 2006 12:20 pm 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
Strange. Use "xev" application (should be provided by your distrob with X contribs) to see what arrow keys reports.

As an example, my up arrow gives :
Code:
KeyPress event, serial 27, synthetic NO, window 0x1a00001,
    root 0x46, subw 0x0, time 84811524, (85,31), root:(150,645),
    state 0x0, keycode 98 (keysym 0xff52, Up), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 27, synthetic NO, window 0x1a00001,
    root 0x46, subw 0x0, time 84811575, (85,31), root:(150,645),
    state 0x0, keycode 98 (keysym 0xff52, Up), same_screen YES,
    XLookupString gives 0 bytes:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 09, 2006 2:36 pm 
Offline
User avatar

Joined: Thu Sep 29, 2005 2:59 pm
Posts: 828
i got this:

Code:
KeyPress event, serial 29, synthetic NO, window 0x2600001,
    root 0x135, subw 0x0, time 4082845296, (169,-21), root:(226,621),
    state 0x0, keycode 80 (keysym 0xff97, KP_Up), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2600001,
    root 0x135, subw 0x0, time 4082845437, (169,-21), root:(226,621),
    state 0x0, keycode 80 (keysym 0xff97, KP_Up), same_screen YES,
    XLookupString gives 0 bytes:

KeyPress event, serial 29, synthetic NO, window 0x2600001,
    root 0x135, subw 0x0, time 4082845890, (169,-21), root:(226,621),
    state 0x0, keycode 83 (keysym 0xff96, KP_Left), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2600001,
    root 0x135, subw 0x0, time 4082846012, (169,-21), root:(226,621),
    state 0x0, keycode 83 (keysym 0xff96, KP_Left), same_screen YES,
    XLookupString gives 0 bytes:

KeyPress event, serial 29, synthetic NO, window 0x2600001,
    root 0x135, subw 0x0, time 4082846553, (169,-21), root:(226,621),
    state 0x0, keycode 88 (keysym 0xff99, KP_Down), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2600001,
    root 0x135, subw 0x0, time 4082846674, (169,-21), root:(226,621),
    state 0x0, keycode 88 (keysym 0xff99, KP_Down), same_screen YES,
    XLookupString gives 0 bytes:

KeyPress event, serial 29, synthetic NO, window 0x2600001,
    root 0x135, subw 0x0, time 4082847093, (169,-21), root:(226,621),
    state 0x0, keycode 85 (keysym 0xff98, KP_Right), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x2600001,
    root 0x135, subw 0x0, time 4082847208, (169,-21), root:(226,621),
    state 0x0, keycode 85 (keysym 0xff98, KP_Right), same_screen YES,
    XLookupString gives 0 bytes:

I'm using ubuntu dapper


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 09, 2006 3:45 pm 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
Wich one is your "up" arrow key, for example ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 10, 2006 2:10 pm 
Offline

Joined: Sat Oct 29, 2005 12:43 pm
Posts: 65
On dirait que les touches du curseur sont remplacées par celles du pavé numerique... up -> kb_up
bizarre...

(I've try in english but I'm too bad :oops: :roll: )


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 10, 2006 2:20 pm 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
Oh, we forgot to close this thread vicente ! ;)

This was fixed with commit 407. Thanks Totoro ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 178 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group