The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

SDL_GetEventFilter (3)
  • >> SDL_GetEventFilter (3) ( Разные man: Библиотечные вызовы )
  •  

    NAME

    SDL_GetEventFilter- Retrieves a pointer to he event filter
     
    

    SYNOPSIS

    #include "SDL.h"

    SDL_EventFilter SDL_GetEventFilter(void);  

    DESCRIPTION

    This function retrieces a pointer to the event filter that was previously set using SDL_SetEventFilter. An SDL_EventFilter function is defined as:

    typedef int (*SDL_EventFilter)(const SDL_Event *event);
    

     

    RETURN VALUE

    Returns a pointer to the event filter or NULL if no filter has been set.  

    SEE ALSO

    SDL_Event, SDL_SetEventFilter


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUE
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру