Is there realy noone who ever used mouse commands in the linux version of purebasic?
Search found 47 matches
- Thu Jul 15, 2004 11:23 pm
- Forum: Linux
- Topic: mousebutton()
- Replies: 3
- Views: 2461
- Thu Jul 15, 2004 8:49 am
- Forum: General Discussion
- Topic: WindowEvent() & EventMenuID() question
- Replies: 4
- Views: 1742
- Thu Jul 15, 2004 1:51 am
- Forum: General Discussion
- Topic: WindowEvent() & EventMenuID() question
- Replies: 4
- Views: 1742
WindowEvent() & EventMenuID() question
Hi,
Have a look at the code below...
Syntax
Event = WindowEvent()
Description
Check if an event has occured on any of the opened windows.
AddKeyboardShortcut(0,#PB_Shortcut_Return,5)
WindowEvent()
If EventMenuID()=5 And shootball(closestball)=1 And dist<20
MessageRequester ...
Have a look at the code below...
Syntax
Event = WindowEvent()
Description
Check if an event has occured on any of the opened windows.
AddKeyboardShortcut(0,#PB_Shortcut_Return,5)
WindowEvent()
If EventMenuID()=5 And shootball(closestball)=1 And dist<20
MessageRequester ...
- Wed Jul 14, 2004 8:28 pm
- Forum: Linux
- Topic: mousebutton()
- Replies: 3
- Views: 2461
- Wed Jul 14, 2004 1:58 pm
- Forum: Linux
- Topic: mousebutton()
- Replies: 3
- Views: 2461
- Wed Jul 14, 2004 1:50 pm
- Forum: Linux
- Topic: mousebutton()
- Replies: 3
- Views: 2461
mousebutton()
hi,
Syntax
Result = MouseButton(ButtonNumber)
Description
Returns 0 if the specified button (1 for the left mouse button, 2 for the right mouse button) is not pressed, else the button is pressed. Any number of buttons can be pressed at the same time. ExamineMouse() must be called before this ...
Syntax
Result = MouseButton(ButtonNumber)
Description
Returns 0 if the specified button (1 for the left mouse button, 2 for the right mouse button) is not pressed, else the button is pressed. Any number of buttons can be pressed at the same time. ExamineMouse() must be called before this ...
- Tue Feb 17, 2004 1:58 pm
- Forum: Coding Questions
- Topic: how to check if a file exist?
- Replies: 5
- Views: 1856
- Tue Feb 17, 2004 1:47 pm
- Forum: Coding Questions
- Topic: how to check if a file exist?
- Replies: 5
- Views: 1856
how to check if a file exist?
hello,
does anyone know how I can check if a file exists?
greetz,
Bernard
does anyone know how I can check if a file exists?
greetz,
Bernard
- Tue Feb 10, 2004 3:53 pm
- Forum: Coding Questions
- Topic: how to execute another program during runtime?
- Replies: 2
- Views: 1437
- Tue Feb 10, 2004 3:44 pm
- Forum: Coding Questions
- Topic: how to execute another program during runtime?
- Replies: 2
- Views: 1437
how to execute another program during runtime?
does anyone know which command I have to use to execute another program during runtime of my purebasic program?
- Tue Jan 27, 2004 9:10 pm
- Forum: Coding Questions
- Topic: positioning the console ?
- Replies: 11
- Views: 3066
- Tue Jan 27, 2004 8:42 pm
- Forum: Coding Questions
- Topic: positioning the console ?
- Replies: 11
- Views: 3066
- Tue Jan 27, 2004 8:16 pm
- Forum: Coding Questions
- Topic: positioning the console ?
- Replies: 11
- Views: 3066
- Mon Jan 26, 2004 6:26 pm
- Forum: Coding Questions
- Topic: positioning the console ?
- Replies: 11
- Views: 3066
- Mon Jan 26, 2004 3:47 pm
- Forum: Coding Questions
- Topic: positioning the console ?
- Replies: 11
- Views: 3066
positioning the console ?
Hello,
Is it possible to place the console window at a certain screen position? Maybe with an API command?
Is it possible to place the console window at a certain screen position? Maybe with an API command?