From 0fceb1cf1ab9887040f08f0abf646ef318a65ae3 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 5 Aug 2008 21:37:33 +0000 Subject: added documentation --- docs/output/files2/e_if_inp-h.html | 73 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 docs/output/files2/e_if_inp-h.html (limited to 'docs/output/files2/e_if_inp-h.html') diff --git a/docs/output/files2/e_if_inp-h.html b/docs/output/files2/e_if_inp-h.html new file mode 100644 index 00000000..91ac5b99 --- /dev/null +++ b/docs/output/files2/e_if_inp-h.html @@ -0,0 +1,73 @@ + + +Input + + + + + + + + + +
+ + + +

Functions

+ +

inp_mouse_relative

void inp_mouse_relative(int *x,
int *y)

Fetches the mouse movements.

Arguments

xPointer to the variable that should get the X movement.
yPointer to the variable that should get the Y movement.
+ +

inp_mouse_scroll

int inp_mouse_scroll()

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_key_pressed

int inp_key_pressed(int key)

Checks if a key is pressed.

Arguments

keyIndex to the key to check

Returns

Returns 1 if the button is pressed, otherwise 0.

Remarks

Check keys.h for the keys.

+ +

inp_key_was_pressed

int inp_key_was_pressed(int key)

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_key_down

int inp_key_down(int key)

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_num_events

int inp_num_events()

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_get_event

INPUT_EVENT inp_get_event(int index)

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_clear_events

void inp_clear_events()

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_mouse_doubleclick

int inp_mouse_doubleclick()

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_key_presses

int inp_key_presses(int key)

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_key_releases

int inp_key_releases(int key)

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_key_state

int inp_key_state(int key)

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_key_name

const char *inp_key_name(int k)

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_key_code

int inp_key_code(const char *key_name)

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +

inp_clear_key_states

void inp_clear_key_states()

TODO

Arguments

arg1desc

Returns

See Also

<other_func>

+ +
+ + + + + + + + + + +
void inp_mouse_relative(int *x,
int *y)
Fetches the mouse movements.
int inp_mouse_scroll()
TODO
int inp_key_pressed(int key)
Checks if a key is pressed.
int inp_key_was_pressed(int key)
TODO
int inp_key_down(int key)
TODO
int inp_num_events()
TODO
INPUT_EVENT inp_get_event(int index)
TODO
void inp_clear_events()
TODO
int inp_mouse_doubleclick()
TODO
int inp_key_presses(int key)
TODO
int inp_key_releases(int key)
TODO
int inp_key_state(int key)
TODO
const char *inp_key_name(int k)
TODO
int inp_key_code(const char *key_name)
TODO
void inp_clear_key_states()
TODO
+ + + + +
Close
+ + + \ No newline at end of file -- cgit 1.4.1