Home
last modified time | relevance | path

Searched refs:pause_input (Results 1 – 7 of 7) sorted by relevance

/dports/games/opensonic/opensnc-src-0.1.4/src/scenes/
H A Dpause.c37 static input_t *pause_input; variable
48 pause_input = input_create_user(); in pause_init()
64 input_destroy(pause_input); in pause_release()
75 if(input_button_pressed(pause_input, IB_FIRE4)) { in pause_update()
103 if(input_button_pressed(pause_input, IB_FIRE3)) { in pause_update()
110 if(input_button_up(pause_input, IB_FIRE3)) in pause_update()
/dports/devel/p5-POE-Test-Loops/POE-Test-Loops-1.360/lib/POE/Test/Loops/
H A Dwheel_readwrite.pm232 $heap->{wheel}->pause_input;
412 $heap->{wheel}->pause_input();
/dports/net/libtrace/libtrace-3.0.19/lib/
H A Dtrace.c492 if (libtrace->format->pause_input) in trace_pause()
493 libtrace->format->pause_input(libtrace); in trace_pause()
587 if (libtrace->started && libtrace->format->pause_input) in trace_destroy()
588 libtrace->format->pause_input(libtrace); in trace_destroy()
1895 REQUIRE(pause_input); in register_format()
1913 REQUIRE(pause_input); in register_format()
H A Dlibtrace_int.h366 int (*pause_input)(libtrace_t *libtrace); member
/dports/www/p5-Plack-Server-POE/Plack-Server-POE-0.4/lib/Plack/Server/
H A DPOE.pm145 $wheel->pause_input if $len > 1024;
/dports/devel/p5-POE/POE-1.368/lib/POE/Wheel/
H A DReadWrite.pm605 sub pause_input { subroutine
/dports/devel/p5-POE-Component-IKC/POE-Component-IKC-0.2402/IKC/
H A DChannel.pm324 $heap->{'wheel_client'}->pause_input;