E ExcludeReality Active Member Licensed User Apr 13, 2009 #1 Hi there. Im writing a game for the desktop, And I need to have a click event for the right mouse button, Or some way of telling wich button was pressed in the MouseDown event. I haven't found any library that offers that. Is it possible?
Hi there. Im writing a game for the desktop, And I need to have a click event for the right mouse button, Or some way of telling wich button was pressed in the MouseDown event. I haven't found any library that offers that. Is it possible?
specci48 Well-Known Member Licensed User Longtime User Apr 13, 2009 #2 Hi ExcludeReality, look at post #3 of this thread: catch mouse buttons specci48
klaus Expert Licensed User Longtime User Apr 13, 2009 #3 Hi ExcludeReality, As already suggested by specci48 you can do it with the Door library. Attached is an example. Best regards. Attachments MouseEvents.sbp 3.1 KB · Views: 205
Hi ExcludeReality, As already suggested by specci48 you can do it with the Door library. Attached is an example. Best regards.